public LibraryDependencyResolver::__construct(LibraryDiscoveryInterface $library_discovery)
Constructs a new LibraryDependencyResolver instance.
\Drupal\Core\Asset\LibraryDiscoveryInterface $library_discovery: The library discovery service.
public function __construct(LibraryDiscoveryInterface $library_discovery) { $this->libraryDiscovery = $library_discovery; }
© 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/function/LibraryDependencyResolver::__construct/8.1.x