acquia_lift-8.x-4.3/modules/acquia_lift_publisher/acquia_lift_publisher.services.yml
modules/acquia_lift_publisher/acquia_lift_publisher.services.yml
services:
acquia_lift.service.entity_render.cdf.handler:
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 }
excluded_image_style.enqueue:
class: Drupal\acquia_lift_publisher\EventSubscriber\EnqueueEligibility\IsExcludedImageStyle
tags:
- { name: event_subscriber }
acquia_lift_publisher.publishing_settings:
class: Drupal\Core\Config\ImmutableConfig
factory: config.factory:get
arguments:
- 'acquia_lift_publisher.entity_config'
acquia_lift_publisher.only_rendered:
class: Drupal\acquia_lift_publisher\EventSubscriber\Publish\PublishOnlyRendered
arguments:
- '@acquia_contenthub_common_actions'
- '@acquia_lift_publisher.publishing_settings'
tags:
- { name: event_subscriber }
acquia_lift_publisher.publishing_actions:
class: Drupal\acquia_lift_publisher\ContentPublishingActions
arguments:
- '@acquia_contenthub_publisher.acquia_contenthub_export_queue'
- '@acquia_lift_publisher.publishing_settings'
