function LibraryDiscovery::__construct
Constructs a new LibraryDiscovery instance.
Parameters
\Drupal\Core\Cache\CacheCollectorInterface $library_discovery_collector: The library discovery cache collector.
File
- 
              core/
lib/ Drupal/ Core/ Asset/ LibraryDiscovery.php, line 35  
Class
- LibraryDiscovery
 - Discovers available asset libraries in Drupal.
 
Namespace
Drupal\Core\AssetCode
public function __construct(CacheCollectorInterface $library_discovery_collector) {
  $this->collector = $library_discovery_collector;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.