public LibraryDependencyResolverInterface::getMinimalRepresentativeSubset(array $libraries)
Gets the minimal representative subset of the given libraries.
A minimal representative subset means that any library in the given set of libraries that is a dependency of another library in the set, is removed.
Hence a minimal representative subset is the most compact representation possible of a set of libraries.
(Each asset library has dependencies and can therefore be seen as a tree. Hence the given list of libraries represent a forest. This function returns all roots of trees that are not a subtree of another tree in the forest.)
string[] $libraries: A set of libraries.
string[] A representative subset of the given set of libraries.
public function getMinimalRepresentativeSubset(array $libraries);
© 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!LibraryDependencyResolverInterface.php/function/LibraryDependencyResolverInterface::getMinimalRepresentativeSubset/8.1.x