You are here

service library.discovery in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/core.services.yml \library.discovery

Class

Drupal\Core\Asset\LibraryDiscovery
6 string references to library.discovery
AttachedAssetsTest::testDynamicLibrary in core/modules/system/src/Tests/Common/AttachedAssetsTest.php
Dynamically defines an asset library and alters it.
AttachedAssetsTest::testLibraryAlter in core/modules/system/src/Tests/Common/AttachedAssetsTest.php
Adds a JavaScript library to the page and alters it.
AttachedAssetsTest::testLibraryNameConflicts in core/modules/system/src/Tests/Common/AttachedAssetsTest.php
Tests that multiple modules can implement libraries with the same name.
LibraryDiscoveryIntegrationTest::setUp in core/modules/system/src/Tests/Asset/LibraryDiscoveryIntegrationTest.php
Performs setup tasks before each individual test method is run.
ResolvedLibraryDefinitionsFilesMatchTest::setUp in core/modules/system/src/Tests/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php
Performs setup tasks before each individual test method is run.

... See full list

File

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

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