function JsCollectionRenderer::__construct
Constructs a JsCollectionRenderer.
Parameters
\Drupal\Core\Asset\AssetQueryStringInterface $assetQueryString: The asset query string.
\Drupal\Core\File\FileUrlGeneratorInterface $fileUrlGenerator: The file URL generator.
\Drupal\Component\Datetime\TimeInterface $time: The time service.
File
-
core/
lib/ Drupal/ Core/ Asset/ JsCollectionRenderer.php, line 24
Class
- JsCollectionRenderer
- Renders JavaScript assets.
Namespace
Drupal\Core\AssetCode
public function __construct(AssetQueryStringInterface $assetQueryString, FileUrlGeneratorInterface $fileUrlGenerator, TimeInterface $time) {
}