You are here

service pathalias_for_unpublished_content.enqueue in Acquia Content Hub 8.2

Class

Drupal\acquia_contenthub_publisher\EventSubscriber\EnqueueEligibility\IsPathAliasForUnpublishedContent

Tags

  • event_subscriber

File

modules/acquia_contenthub_publisher/acquia_contenthub_publisher.services.yml
modules/acquia_contenthub_publisher/acquia_contenthub_publisher.services.yml

View source
  1. class: Drupal\acquia_contenthub_publisher\EventSubscriber\EnqueueEligibility\IsPathAliasForUnpublishedContent
  2. arguments:
  3. - '@router.no_access_checks'
  4. - '@acquia_contenthub_publisher.entity_moderated_revision'
  5. - '@acquia_contenthub_publisher.logger_channel'
  6. tags:
  7. - { name: event_subscriber }