- Issue created by @mitrpaka
- Merge request !413Issue #3425680: Use 'asset.query_string' service instead of state from drupal:10.2.0 onwards → (Merged) created by mitrpaka
- last update
9 months ago 536 pass - Status changed to Needs review
9 months ago 10:30am 5 March 2024 - First commit to issue fork.
- last update
8 months ago 536 pass - 🇺🇸United States jrockowitz Brooklyn, NY
I made a minor syntax tweak to align with other deprecations.
// @todo Remove once Drupal 10.2.x is only supported. if (floatval(\Drupal::VERSION) < 10.2) { $default_query_string = \Drupal::state()->get('system.css_js_query_string') ?: '0'; } else { $default_query_string = \Drupal::service('asset.query_string')->get(); }
- last update
8 months ago 536 pass -
jrockowitz →
committed 141a6804 on 6.2.x authored by
mitrpaka →
Issue #3425680: The 'system.css_js_query_string' state is deprecated in...
-
jrockowitz →
committed 141a6804 on 6.2.x authored by
mitrpaka →
- Status changed to Fixed
8 months ago 1:08am 6 April 2024 Automatically closed - issue fixed for 2 weeks with no activity.