You are here

service asset.resolver in Drupal 9

Same name and namespace in other branches
  1. 8 core/core.services.yml \asset.resolver

Class

Drupal\Core\Asset\AssetResolver
2 string references to asset.resolver
AttachedAssetsTest::setUp in core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php
FrameworkTest::testOrder in core/modules/system/tests/src/Functional/Ajax/FrameworkTest.php
Tests AjaxResponse::prepare() AJAX commands ordering.

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Drupal\Core\Asset\AssetResolver
  2. arguments:
  3. - '@library.discovery'
  4. - '@library.dependency_resolver'
  5. - '@module_handler'
  6. - '@theme.manager'
  7. - '@language_manager'
  8. - '@cache.data'