You are here

namespace Drupal\acquia_contenthub\Event in Acquia Content Hub 8.2

Classsort descending Location Description
AcquiaContentHubSettingsEvent src/Event/AcquiaContentHubSettingsEvent.php The event dispatched to find settings for the ContentHub Service.
AcquiaContentHubUnregisterEvent src/Event/AcquiaContentHubUnregisterEvent.php Event dispatched on webhook deletion.
BuildClientCdfEvent src/Event/BuildClientCdfEvent.php The event dispatched to build the clientcdf.
CdfAttributesEvent src/Event/CdfAttributesEvent.php The event which adds custom CDF attributes to the CDF objects.
CleanUpStubsEvent src/Event/CleanUpStubsEvent.php Event to clean up stubs after import.
ConfigDataEvent src/Event/ConfigDataEvent.php Event for configuration data.
ContentHubPublishEntitiesEvent src/Event/ContentHubPublishEntitiesEvent.php Event fired for publishing of entities.
CreateCdfEntityEvent src/Event/CreateCdfEntityEvent.php The event dispatched to create new CDF objects.
DeleteRemoteEntityEvent src/Event/DeleteRemoteEntityEvent.php The event dispatched to inform of remote entity deletion.
EntityDataTamperEvent src/Event/EntityDataTamperEvent.php The event dispatched to populate the DependencyStack without using CDF data.
EntityImportEvent src/Event/EntityImportEvent.php An event for invoking post-entity-save operations.
ExcludeEntityFieldEvent src/Event/ExcludeEntityFieldEvent.php Event fired when serializing individual entity fields for syndication.
FailedImportEvent src/Event/FailedImportEvent.php An event for responding to failed imports.
HandleWebhookEvent src/Event/HandleWebhookEvent.php An event for responding to incoming webhooks from the ContentHub Service.
LoadLocalEntityEvent src/Event/LoadLocalEntityEvent.php Class LoadLocalEntityEvent.
ParseCdfEntityEvent src/Event/ParseCdfEntityEvent.php The event fired during importing a CDF into a local entity.
PreEntitySaveEvent src/Event/PreEntitySaveEvent.php Event that fires prior to an entity save.
PruneCdfEntitiesEvent src/Event/PruneCdfEntitiesEvent.php Use to remove entities a subscriber does not want to import.
PrunePublishCdfEntitiesEvent src/Event/PrunePublishCdfEntitiesEvent.php Class TrackTotalsEvent.
SerializeAdditionalMetadataEvent src/Event/SerializeAdditionalMetadataEvent.php The event dispatched to serialize additional metadata for a Content Entity.
SerializeCdfEntityFieldEvent src/Event/SerializeCdfEntityFieldEvent.php Event fired when serializing individual entity fields for syndication.
TrackTotalsEvent src/Event/TrackTotalsEvent.php Event for tracking totals for status metrics.
UnserializeAdditionalMetadataEvent src/Event/UnserializeAdditionalMetadataEvent.php The event dispatched to unserialize additional metadata for a Content Entity.
UnserializeCdfEntityFieldEvent src/Event/UnserializeCdfEntityFieldEvent.php Unserializes ContentEntity fields syndicated from CDF.