Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
LibraryDependencyResolverTest class core/tests/Drupal/Tests/Core/Asset/LibraryDependencyResolverTest.php Tests Drupal\Core\Asset\LibraryDependencyResolver.
LibraryDependencyResolverTest.php file core/tests/Drupal/Tests/Core/Asset/LibraryDependencyResolverTest.php
LibraryDependencyResolverTest::$libraryData property core/tests/Drupal/Tests/Core/Asset/LibraryDependencyResolverTest.php Test library data.
LibraryDependencyResolverTest::$libraryDependencyResolver property core/tests/Drupal/Tests/Core/Asset/LibraryDependencyResolverTest.php The tested library dependency resolver.
LibraryDependencyResolverTest::$libraryDiscovery property core/tests/Drupal/Tests/Core/Asset/LibraryDependencyResolverTest.php The mocked library discovery service.
LibraryDependencyResolverTest::providerTestGetLibrariesWithDependencies function core/tests/Drupal/Tests/Core/Asset/LibraryDependencyResolverTest.php Provides test data for ::testGetLibrariesWithDependencies().
LibraryDependencyResolverTest::providerTestGetMinimalRepresentativeSubset function core/tests/Drupal/Tests/Core/Asset/LibraryDependencyResolverTest.php Provides test data for ::testGetMinimalRepresentativeSubset().
LibraryDependencyResolverTest::setUp function core/tests/Drupal/Tests/Core/Asset/LibraryDependencyResolverTest.php
LibraryDependencyResolverTest::testGetLibrariesWithDependencies function core/tests/Drupal/Tests/Core/Asset/LibraryDependencyResolverTest.php Tests get libraries with dependencies.
LibraryDependencyResolverTest::testGetMinimalRepresentativeSubset function core/tests/Drupal/Tests/Core/Asset/LibraryDependencyResolverTest.php Tests get minimal representative subset.
LibraryDependencyResolverTest::testGetMinimalRepresentativeSubsetInvalidInput function core/tests/Drupal/Tests/Core/Asset/LibraryDependencyResolverTest.php Tests get minimal representative subset invalid input.
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.

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