service acquia_lift.service.entity_render.cdf.handler in Acquia Lift Connector 8.4
Class
Drupal\acquia_lift_publisher\EventSubscriber\Cdf\EntityRenderHandlerTags
- 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
- class: Drupal\acquia_lift_publisher\EventSubscriber\Cdf\EntityRenderHandler
- arguments:
- - '@account_switcher'
- - '@acquia_lift_publisher.publishing_settings'
- - '@renderer'
- - '@entity_type.manager'
- - '@plugin.manager.block'
- - '@uuid'
- - '@acquia_contenthub.client.factory'
- - '@language.default'
- - '@string_translation'
- tags:
- - { name: event_subscriber }