Search for discovery

  1. Search 7.x for discovery
  2. Search 9.5.x for discovery
  3. Search 8.9.x for discovery
  4. Search 10.3.x for discovery
  5. Search 11.x for discovery
  6. Other projects
Title Object type File name Summary
layout_discovery.post_update.php file core/modules/layout_discovery/layout_discovery.post_update.php Post update functions for layout discovery.
layout_discovery.services.yml file core/modules/layout_discovery/layout_discovery.services.yml core/modules/layout_discovery/layout_discovery.services.yml
layout_discovery_removed_post_updates function core/modules/layout_discovery/layout_discovery.post_update.php Implements hook_removed_post_updates().
library.discovery service core/core.services.yml Drupal\Core\Asset\LibraryDiscoveryCollector
library.discovery.parser service core/core.services.yml Drupal\Core\Asset\LibraryDiscoveryParser
LibraryDependencyResolver::$libraryDiscovery property core/lib/Drupal/Core/Asset/LibraryDependencyResolver.php The library discovery service.
LibraryDependencyResolverTest::$libraryDiscovery property core/tests/Drupal/Tests/Core/Asset/LibraryDependencyResolverTest.php The mocked library discovery service.
LibraryDiscovery class core/lib/Drupal/Core/Asset/LibraryDiscovery.php Discovers available asset libraries in Drupal.
LibraryDiscovery.php file core/lib/Drupal/Core/Asset/LibraryDiscovery.php
LibraryDiscovery::$collector property core/lib/Drupal/Core/Asset/LibraryDiscovery.php The library discovery cache collector.
LibraryDiscovery::clearCachedDefinitions function core/lib/Drupal/Core/Asset/LibraryDiscovery.php Clears static and persistent library definition caches.
LibraryDiscovery::getLibrariesByExtension function core/lib/Drupal/Core/Asset/LibraryDiscovery.php Gets all libraries defined by an extension.
LibraryDiscovery::getLibraryByName function core/lib/Drupal/Core/Asset/LibraryDiscovery.php Gets a single library defined by an extension by name.
LibraryDiscovery::__construct function core/lib/Drupal/Core/Asset/LibraryDiscovery.php Constructs a new LibraryDiscovery instance.
LibraryDiscoveryCollector class core/lib/Drupal/Core/Asset/LibraryDiscoveryCollector.php A CacheCollector implementation for building library extension info.
LibraryDiscoveryCollector.php file core/lib/Drupal/Core/Asset/LibraryDiscoveryCollector.php
LibraryDiscoveryCollector::$discoveryParser property core/lib/Drupal/Core/Asset/LibraryDiscoveryCollector.php The library discovery parser.
LibraryDiscoveryCollector::$themeManager property core/lib/Drupal/Core/Asset/LibraryDiscoveryCollector.php The theme manager.
LibraryDiscoveryCollector::applyLibrariesExtend function core/lib/Drupal/Core/Asset/LibraryDiscoveryCollector.php Applies the libraries-extend specified by the active theme.
LibraryDiscoveryCollector::getCid function core/lib/Drupal/Core/Asset/LibraryDiscoveryCollector.php Gets the cache ID.
LibraryDiscoveryCollector::getLibrariesByExtension function core/lib/Drupal/Core/Asset/LibraryDiscoveryCollector.php Gets all libraries defined by an extension.
LibraryDiscoveryCollector::getLibraryByName function core/lib/Drupal/Core/Asset/LibraryDiscoveryCollector.php Gets a single library defined by an extension by name.
LibraryDiscoveryCollector::getLibraryDefinitions function core/lib/Drupal/Core/Asset/LibraryDiscoveryCollector.php Returns the library definitions for a given extension.
LibraryDiscoveryCollector::reset function core/lib/Drupal/Core/Asset/LibraryDiscoveryCollector.php Resets the local cache.
LibraryDiscoveryCollector::resolveCacheMiss function core/lib/Drupal/Core/Asset/LibraryDiscoveryCollector.php Resolves a cache miss.
LibraryDiscoveryCollector::__construct function core/lib/Drupal/Core/Asset/LibraryDiscoveryCollector.php Constructs a CacheCollector object.
LibraryDiscoveryCollectorTest class core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryCollectorTest.php Tests Drupal\Core\Asset\LibraryDiscoveryCollector.
LibraryDiscoveryCollectorTest.php file core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryCollectorTest.php
LibraryDiscoveryCollectorTest::$activeTheme property core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryCollectorTest.php The active theme.
LibraryDiscoveryCollectorTest::$cache property core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryCollectorTest.php The cache backend.
LibraryDiscoveryCollectorTest::$libraryData property core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryCollectorTest.php Test library data.
LibraryDiscoveryCollectorTest::$libraryDiscoveryCollector property core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryCollectorTest.php The library discovery collector under test.
LibraryDiscoveryCollectorTest::$libraryDiscoveryParser property core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryCollectorTest.php The mock library discovery parser.
LibraryDiscoveryCollectorTest::$lock property core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryCollectorTest.php The lock backend.
LibraryDiscoveryCollectorTest::$themeManager property core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryCollectorTest.php The theme manager.
LibraryDiscoveryCollectorTest::setUp function core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryCollectorTest.php
LibraryDiscoveryCollectorTest::testDestruct function core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryCollectorTest.php Tests the destruct method.
LibraryDiscoveryCollectorTest::testLibrariesExtend function core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryCollectorTest.php Tests library with an extend.
LibraryDiscoveryCollectorTest::testLibrariesExtendDeprecated function core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryCollectorTest.php Tests a deprecated library with an extend.
LibraryDiscoveryCollectorTest::testResolveCacheMiss function core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryCollectorTest.php Tests the resolve cache miss function.
LibraryDiscoveryIntegrationTest class core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php Tests the library discovery and library discovery parser.
LibraryDiscoveryIntegrationTest.php file core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php
LibraryDiscoveryIntegrationTest::$libraryDiscovery property core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php The library discovery service.
LibraryDiscoveryIntegrationTest::$modules property core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php Modules to install.
LibraryDiscoveryIntegrationTest::activateTheme function core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php Activates a specified theme.
LibraryDiscoveryIntegrationTest::assertAssetInLibrary function core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php Asserts that the specified asset is in the given library.
LibraryDiscoveryIntegrationTest::assertNoAssetInLibrary function core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php Asserts that the specified asset is not in the given library.
LibraryDiscoveryIntegrationTest::setUp function core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php
LibraryDiscoveryIntegrationTest::testBaseThemeLibrariesOverrideInSubTheme function core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php Tests that base theme libraries-override still apply in sub themes.
LibraryDiscoveryIntegrationTest::testDeprecatedLibrary function core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php Test library deprecation support.

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