Resolves the dependencies of asset (CSS/JavaScript) libraries.
Hierarchy
- interface \Drupal\Core\Asset\LibraryDependencyResolverInterface
File
- core/lib/Drupal/Core/Asset/LibraryDependencyResolverInterface.php, line 8
Namespace
Drupal\Core\Asset
Members
Name | Modifiers | Type | Description |
---|---|---|---|
LibraryDependencyResolverInterface::getLibrariesWithDependencies | public | function | Gets the given libraries with their dependencies. |
LibraryDependencyResolverInterface::getMinimalRepresentativeSubset | public | function | Gets the minimal representative subset of the given libraries. |
Please login to continue.