You are here

service acquia_contenthub.client.factory in Acquia Content Hub 8.2

Class

Drupal\acquia_contenthub\Client\ClientFactory
39 string references to acquia_contenthub.client.factory
AcquiaContentHubSerializerTestBase::setUp in tests/src/Kernel/AcquiaContentHubSerializerTestBase.php
AcquiaContenthubServerTestServiceProvider::alter in tests/modules/acquia_contenthub_server_test/src/AcquiaContenthubServerTestServiceProvider.php
Modifies existing service definitions.
acquia_contenthub_post_update_update_config_entities in ./acquia_contenthub.post_update.php
Migrate Content Hub configuration.
acquia_contenthub_publisher_entity_delete in modules/acquia_contenthub_publisher/acquia_contenthub_publisher.module
Implements hook_entity_delete().
acquia_contenthub_subscriber_entity_delete in modules/acquia_contenthub_subscriber/acquia_contenthub_subscriber.module
Implements hook_entity_delete().

... See full list

File

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

View source
  1. class: Drupal\acquia_contenthub\Client\ClientFactory
  2. arguments:
  3. - '@event_dispatcher'
  4. - '@logger.factory'
  5. - '@extension.list.module'
  6. - '@config.factory'