You are here

service library.discovery in Drupal 8

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

Class

Drupal\Core\Asset\LibraryDiscovery
8 string references to library.discovery
AttachedAssetsTest::testDynamicLibrary in core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php
Dynamically defines an asset library and alters it.
AttachedAssetsTest::testLibraryAlter in core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php
Adds a JavaScript library to the page and alters it.
AttachedAssetsTest::testLibraryNameConflicts in core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php
Tests that multiple modules can implement libraries with the same name.
LegacyLibraryDiscoveryTest::setUp in core/tests/Drupal/KernelTests/Core/Asset/LegacyLibraryDiscoveryTest.php
LibraryDiscoveryIntegrationTest::setUp in core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php

... 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'