You are here

service entity_print.asset_renderer in Entity Print 8.2

Class

Drupal\entity_print\Asset\AssetRenderer
3 string references to entity_print.asset_renderer
ContentEntityRenderer::createInstance in src/Renderer/ContentEntityRenderer.php
Instantiates a new instance of this entity handler.
RendererBase::createInstance in src/Renderer/RendererBase.php
Instantiates a new instance of this entity handler.
ViewRenderer::createInstance in modules/entity_print_views/src/Renderer/ViewRenderer.php
Instantiates a new instance of this entity handler.

File

./entity_print.services.yml
entity_print.services.yml

View source
  1. class: Drupal\entity_print\Asset\AssetRenderer
  2. arguments:
  3. - '@asset.resolver'
  4. - '@asset.css.collection_renderer'
  5. - '@entity_print.asset_collector'