You are here

constant AcquiaContentHubEvents::DELETE_REMOTE_ENTITY in Acquia Content Hub 8.2

Event used to inform of remote entity deletion.

When an entity is deleted from the hub by some local runtime process, this event allows module to respond to that event as necessary. Only the uuid of the deleted entity is available to subscribers. It is assumed modules will utilize some sort of tracking table like the publisher and subscriber modules do within the contenthub package for any additional tracking.

File

src/AcquiaContentHubEvents.php, line 253

Class

AcquiaContentHubEvents
Defines events for the acquia_contenthub module.

Namespace

Drupal\acquia_contenthub

Code

const DELETE_REMOTE_ENTITY = 'acquia_contenthub_delete_remote_entity';