You are here

service acquia_lift.service.entity_render.cdf.handler in Acquia Lift Connector 8.4

Class

Drupal\acquia_lift_publisher\EventSubscriber\Cdf\EntityRenderHandler

Tags

  • event_subscriber
1 string reference to acquia_lift.service.entity_render.cdf.handler
EntityRenderHandlerTest::dispatchWith in modules/acquia_lift_publisher/tests/src/Kernel/EventSubscriber/Cdf/EntityRenderHandlerTest.php
Dispatches the event in hand with an arbitrary input parameters.

File

modules/acquia_lift_publisher/acquia_lift_publisher.services.yml
modules/acquia_lift_publisher/acquia_lift_publisher.services.yml

View source
  1. class: Drupal\acquia_lift_publisher\EventSubscriber\Cdf\EntityRenderHandler
  2. arguments:
  3. - '@account_switcher'
  4. - '@acquia_lift_publisher.publishing_settings'
  5. - '@renderer'
  6. - '@entity_type.manager'
  7. - '@plugin.manager.block'
  8. - '@uuid'
  9. - '@acquia_contenthub.client.factory'
  10. - '@language.default'
  11. - '@string_translation'
  12. tags:
  13. - { name: event_subscriber }