asset.resolver
Same name in other branches
- 9 core/core.services.yml \asset.resolver
- 8.9.x core/core.services.yml \asset.resolver
Class
Drupal\Core\Asset\AssetResolver4 string references to asset.resolver
- AttachedAssetsTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Asset/ AttachedAssetsTest.php - CssAssetController::create in core/
modules/ system/ src/ Controller/ CssAssetController.php - Instantiates a new instance of the implementing class using autowiring.
- FrameworkTest::testOrder in core/
modules/ system/ tests/ src/ Functional/ Ajax/ FrameworkTest.php - Tests AjaxResponse::prepare() AJAX commands ordering.
- JsAssetController::create in core/
modules/ system/ src/ Controller/ JsAssetController.php - Instantiates a new instance of the implementing class using autowiring.
File
-
core/
core.services.yml
View source
- class: Drupal\Core\Asset\AssetResolver
- arguments:
- - '@library.discovery'
- - '@library.dependency_resolver'
- - '@module_handler'
- - '@theme.manager'
- - '@language_manager'
- - '@cache.data'
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.