You are here

Classes, traits, and interfaces in Acquia Content Hub 8.2

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
AchVersionAttribute class Drupal\acquia_contenthub\EventSubscriber\CdfAttributes src/EventSubscriber/CdfAttributes/AchVersionAttribute.php Adds ACH module version attribute to client CDF. 1 2
AchVersionAttributeTest class Drupal\Tests\acquia_contenthub\Kernel\EventSubscriber\CdfAttributes tests/src/Kernel/EventSubscriber/CdfAttributes/AchVersionAttributeTest.php Tests that ACH version attribute is added to client CDF.
AcquiaContentHubAdminSettingsTrait trait Drupal\Tests\acquia_contenthub\Kernel\Traits tests/src/Kernel/Traits/AcquiaContentHubAdminSettingsTrait.php Trait for ACH admin settings configurations. 2
AcquiaContentHubCDFCommands class Drupal\acquia_contenthub\Commands src/Commands/AcquiaContentHubCDFCommands.php Class AcquiaContentHubCommands. 2
AcquiaContentHubConfigNullUuidsFix class Drupal\acquia_contenthub_site_health\Commands modules/acquia_contenthub_site_health/src/Commands/AcquiaContentHubConfigNullUuidsFix.php Drush command to fix config entities with null uuids. 2
AcquiaContentHubEnqueueEntitiesCommands class Drupal\acquia_contenthub_publisher\Commands modules/acquia_contenthub_publisher/src/Commands/AcquiaContentHubEnqueueEntitiesCommands.php Drush commands for Acquia Content Hub enqueue entities. 2
AcquiaContentHubEntityCommands class Drupal\acquia_contenthub\Commands src/Commands/AcquiaContentHubEntityCommands.php Drush commands for interacting with Acquia Content Hub entities. 2
AcquiaContentHubEvents final class Drupal\acquia_contenthub src/AcquiaContentHubEvents.php Defines events for the acquia_contenthub module. 119
AcquiaContentHubFiltersCommands class Drupal\acquia_contenthub\Commands src/Commands/AcquiaContentHubFiltersCommands.php Drush command to interact with Acquia Content Hub filters. 2
AcquiaContentHubGenerateNullFieldItemList class Drupal\acquia_contenthub\Plugin\Field src/Plugin/Field/AcquiaContentHubGenerateNullFieldItemList.php Generates null field item for sample data. 1
AcquiaContentHubListCommands class Drupal\acquia_contenthub\Commands src/Commands/AcquiaContentHubListCommands.php Drush commands for listing entities from Acquia Content Hub. 2
AcquiaContentHubMappingCommands class Drupal\acquia_contenthub\Commands src/Commands/AcquiaContentHubMappingCommands.php Drush commands for printing Acquia Content Hub mappings. 2
AcquiaContentHubModerationStateFieldItemList class Drupal\acquia_contenthub\Plugin\Field src/Plugin/Field/AcquiaContentHubModerationStateFieldItemList.php Override core's moderation state field item for sane sample data. 1
AcquiaContentHubPublisherAuditCommands class Drupal\acquia_contenthub_publisher\Commands modules/acquia_contenthub_publisher/src/Commands/AcquiaContentHubPublisherAuditCommands.php Drush commands for Acquia Content Hub Publishers Audit. 2
AcquiaContentHubPublisherAuditEntityCommands class Drupal\acquia_contenthub_publisher\Commands modules/acquia_contenthub_publisher/src/Commands/AcquiaContentHubPublisherAuditEntityCommands.php Drush commands for Acquia Content Hub Publishers Audit Entity. 2
AcquiaContentHubPublisherCommands class Drupal\acquia_contenthub_publisher\Commands modules/acquia_contenthub_publisher/src/Commands/AcquiaContentHubPublisherCommands.php Drush commands for Acquia Content Hub Publishers. 2
AcquiaContentHubPurgeCommands class Drupal\acquia_contenthub\Commands src/Commands/AcquiaContentHubPurgeCommands.php Drush commands for purging Acquia Content Hub. 2
AcquiaContentHubSecretCommands class Drupal\acquia_contenthub\Commands src/Commands/AcquiaContentHubSecretCommands.php Drush commands for the Content Hub Service secret key. 2
AcquiaContentHubSerializerTestBase abstract class Drupal\Tests\acquia_contenthub\Kernel tests/src/Kernel/AcquiaContentHubSerializerTestBase.php Base class for testing serialization. 4 4
AcquiaContenthubServerTestServiceProvider class Drupal\acquia_contenthub_server_test tests/modules/acquia_contenthub_server_test/src/AcquiaContenthubServerTestServiceProvider.php Replace Content Hub Client Factory service for testing purposes.
AcquiaContentHubSettingsCommands class Drupal\acquia_contenthub\Commands src/Commands/AcquiaContentHubSettingsCommands.php Drush commands for getting the Settings used for Acquia Content Hub. 2
AcquiaContentHubSettingsEvent class Drupal\acquia_contenthub\Event src/Event/AcquiaContentHubSettingsEvent.php The event dispatched to find settings for the ContentHub Service. 8
AcquiaContentHubSiteCommands class Drupal\acquia_contenthub\Commands src/Commands/AcquiaContentHubSiteCommands.php Drush commands for interacting with Acquia Content Hub client site. 2
AcquiaContentHubStatusMetricsTrait trait Drupal\acquia_contenthub src/AcquiaContentHubStatusMetricsTrait.php Trait to set status metrics for Content Hub client cdf entities. 2
AcquiaContentHubSubscriberAuditCommands class Drupal\acquia_contenthub_subscriber\Commands modules/acquia_contenthub_subscriber/src/Commands/AcquiaContentHubSubscriberAuditCommands.php Drush commands for Acquia Content Hub Subscriber Audit. 2
AcquiaContentHubSubscriberCommands class Drupal\acquia_contenthub_subscriber\Commands modules/acquia_contenthub_subscriber/src/Commands/AcquiaContentHubSubscriberCommands.php Drush commands for Acquia Content Hub subscribers. 2
AcquiaContentHubUnregisterEvent class Drupal\acquia_contenthub\Event src/Event/AcquiaContentHubUnregisterEvent.php Event dispatched on webhook deletion. 8
AcquiaContentHubUnregisterHelperTrait trait Drupal\acquia_contenthub src/AcquiaContentHubUnregisterHelperTrait.php Trait with helper functions for unregistration. 2
AcquiaContentHubWebhookCommands class Drupal\acquia_contenthub\Commands src/Commands/AcquiaContentHubWebhookCommands.php Drush commands for interacting with Acquia Content Hub webhooks. 2
AcquiaContentHubWebhookInterestCommands class Drupal\acquia_contenthub\Commands src/Commands/AcquiaContentHubWebhookInterestCommands.php Tests commands that interact with webhook interests. 2
AnonymousUser class Drupal\acquia_contenthub\EventSubscriber\EntityDataTamper src/EventSubscriber/EntityDataTamper/AnonymousUser.php Replace anonymous user with the local anonymous user. 1 2
AnonymousUserTest class Drupal\Tests\acquia_contenthub\Kernel\EventSubscriber\EntityDataTamper tests/src/Kernel/EventSubscriber/EntityDataTamper/AnonymousUserTest.php Tests Anonymous user attribute.
AuditTrackEntities class Drupal\acquia_contenthub src/AuditTrackEntities.php Audit Pub/Sub track entities. 2
BaseUrlAttribute class Drupal\acquia_contenthub\EventSubscriber\CdfAttributes src/EventSubscriber/CdfAttributes/BaseUrlAttribute.php Adds base url to all CDF documents. 2
BlockTest class Drupal\Tests\acquia_contenthub\Kernel tests/src/Kernel/BlockTest.php Tests exporting and import blocks.
BuildClientCdfEvent class Drupal\acquia_contenthub\Event src/Event/BuildClientCdfEvent.php The event dispatched to build the clientcdf. 14
CdfAttributesEvent class Drupal\acquia_contenthub\Event src/Event/CdfAttributesEvent.php The event which adds custom CDF attributes to the CDF objects. 14
CdfExpectations class Drupal\Tests\acquia_contenthub\Kernel\Stubs tests/src/Kernel/Stubs/CdfExpectations.php Expectations for cdf fixtures. 271
CdfVersionAttribute class Drupal\acquia_contenthub\EventSubscriber\CdfAttributes src/EventSubscriber/CdfAttributes/CdfVersionAttribute.php Notates the metadata with a CDF version marker. 2
CleanUpStubsEvent class Drupal\acquia_contenthub\Event src/Event/CleanUpStubsEvent.php Event to clean up stubs after import. 5
ClientCdfLanguage class Drupal\acquia_contenthub\EventSubscriber\ClientCdf src/EventSubscriber/ClientCdf/ClientCdfLanguage.php Adds base url to all CDF documents. 2
ClientCDFTest class Drupal\Tests\acquia_contenthub\Kernel tests/src/Kernel/ClientCDFTest.php Tests the client cdf.
ClientDeleteConfirmForm class Drupal\acquia_contenthub_publisher\Form\Client modules/acquia_contenthub_publisher/src/Form/Client/ClientDeleteConfirmForm.php Class ClientDeleteConfirmForm. 1
ClientEditForm class Drupal\acquia_contenthub_publisher\Form\Client modules/acquia_contenthub_publisher/src/Form/Client/ClientEditForm.php Class ClientEditForm. 1
ClientFactory class Drupal\acquia_contenthub\Client src/Client/ClientFactory.php Instantiates an Acquia ContentHub Client object. 1 43 2
ClientFactoryMock class Drupal\acquia_contenthub_server_test\Client tests/modules/acquia_contenthub_server_test/src/Client/ClientFactoryMock.php Mocks the client factory service.
ClientFactoryTest class Drupal\Tests\acquia_contenthub\Kernel tests/src/Kernel/ClientFactoryTest.php Tests the client factory.
ClientFormBase abstract class Drupal\acquia_contenthub_publisher\Form modules/acquia_contenthub_publisher/src/Form/ClientFormBase.php The base class for the client form. 3 3
ConfigDataEvent class Drupal\acquia_contenthub\Event src/Event/ConfigDataEvent.php Event for configuration data. 3
ConfigEntityHandler class Drupal\acquia_contenthub\EventSubscriber\Cdf src/EventSubscriber/Cdf/ConfigEntityHandler.php The Configuration entity CDF creator. 2

Pages

Other projects