class LibraryDependencyResolver
Resolves the dependencies of asset (CSS/JavaScript) libraries.
Hierarchy
- class \Drupal\Core\Asset\LibraryDependencyResolver implements LibraryDependencyResolverInterface
File
- core/lib/Drupal/Core/Asset/LibraryDependencyResolver.php, line 8
Namespace
Drupal\Core\AssetMembers
| Name | Modifiers | Type | Description |
|---|---|---|---|
| LibraryDependencyResolver::$libraryDiscovery | protected | property | The library discovery service. |
| LibraryDependencyResolver::doGetDependencies | protected | function | Gets the given libraries with its dependencies. |
| LibraryDependencyResolver::getLibrariesWithDependencies | public | function | Gets the given libraries with their dependencies. Overrides LibraryDependencyResolverInterface::getLibrariesWithDependencies |
| LibraryDependencyResolver::getMinimalRepresentativeSubset | public | function | Gets the minimal representative subset of the given libraries. Overrides LibraryDependencyResolverInterface::getMinimalRepresentativeSubset |
| LibraryDependencyResolver::__construct | public | function | Constructs a new LibraryDependencyResolver instance. |
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Asset!LibraryDependencyResolver.php/class/LibraryDependencyResolver/8.1.x