library.dependency_resolver

Same name in other branches
  1. 9 core/core.services.yml \library.dependency_resolver
  2. 8.9.x core/core.services.yml \library.dependency_resolver

Class

Drupal\Core\Asset\LibraryDependencyResolver
4 string references to library.dependency_resolver
CssAssetController::create in core/modules/system/src/Controller/CssAssetController.php
Instantiates a new instance of the implementing class using autowiring.
JsAssetController::create in core/modules/system/src/Controller/JsAssetController.php
Instantiates a new instance of the implementing class using autowiring.
system_js_settings_alter in core/modules/system/system.module
Implements hook_js_settings_alter().
system_js_settings_build in core/modules/system/system.module
Implements hook_js_settings_build().

File

core/core.services.yml

View source
  1. class: Drupal\Core\Asset\LibraryDependencyResolver
  2. arguments:
  3. - '@library.discovery'

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.