You are here

service acquia_contenthub.normalizer.entity.acquia_contenthub_cdf in Acquia Content Hub 8

Class

Drupal\acquia_contenthub\Normalizer\ContentEntityCdfNormalizer
2 string references to acquia_contenthub.normalizer.entity.acquia_contenthub_cdf
ContentHubEntityExportController::create in src/Controller/ContentHubEntityExportController.php
Instantiates a new instance of this class.
ContentHubExportQueueBase::create in src/Plugin/QueueWorker/ContentHubExportQueueBase.php
Creates an instance of the plugin.

File

./acquia_contenthub.services.yml
acquia_contenthub.services.yml

View source
  1. class: Drupal\acquia_contenthub\Normalizer\ContentEntityCdfNormalizer
  2. arguments:
  3. - '@config.factory'
  4. - '@acquia_contenthub.normalizer.content_entity_view_modes_extractor'
  5. - '@module_handler'
  6. - '@entity.repository'
  7. - '@http_kernel.basic'
  8. - '@renderer'
  9. - '@acquia_contenthub.entity_manager'
  10. - '@entity_type.manager'
  11. - '@logger.factory'
  12. - '@language_manager'