-
2ec5b9ee · Merge branch '3492782-drupal-11-compatibility' into 2.x
- ... and 5 more commits. Compare 949974d6...2ec5b9ee
Done, replaced with...
Completed, asset.query_string
is now injected in the constructor.
Completed, file_url_generator
is now injected in the constructor.
I believe the correct usage here is...
I had included it when I was testing out the 'advanced' section of the config form. Comment has been removed.
I think we should follow sorting here and move RoleInterface and Role use before Symfony line.
This should be converted to new call as before and use injected service asset.query_string
reset()
method.
We should inject asset.query_string
service.
While doing all this refactoring, we should probably inject file_url_generator service and not use global one, detail explanation.
I think we should use injected logger here and not global logger call....