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

Breadcrumb

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

interface AssetCollectionRendererInterface

Interface defining a service that generates a render array to render assets.

Hierarchy

  • interface \Drupal\Core\Asset\AssetCollectionRendererInterface

Expanded class hierarchy of AssetCollectionRendererInterface

All classes that implement AssetCollectionRendererInterface

3 files declare their use of AssetCollectionRendererInterface
AjaxResponseAttachmentsProcessor.php in core/lib/Drupal/Core/Ajax/AjaxResponseAttachmentsProcessor.php
BigPipeResponseAttachmentsProcessor.php in core/modules/big_pipe/src/Render/BigPipeResponseAttachmentsProcessor.php
HtmlResponseAttachmentsProcessor.php in core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php

File

core/lib/Drupal/Core/Asset/AssetCollectionRendererInterface.php, line 8

Namespace

Drupal\Core\Asset
View source
interface AssetCollectionRendererInterface {
    
    /**
     * Renders an asset collection.
     *
     * @param array $assets
     *   An asset collection.
     *
     * @return array
     *   A render array to render the asset collection.
     */
    public function render(array $assets);

}

Members

Title Sort descending Modifiers Object type Summary Overrides
AssetCollectionRendererInterface::render public function Renders an asset collection. 2
RSS feed
Powered by Drupal