Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. JsCollectionRenderer.php

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\Asset

Code

public function __construct(AssetQueryStringInterface $assetQueryString, FileUrlGeneratorInterface $fileUrlGenerator, TimeInterface $time) {
}
RSS feed
Powered by Drupal