You are here

constant AcquiaContentHubEvents::ACH_UNREGISTER in Acquia Content Hub 8.2

Event used to gather information before un-registration, webhook deletion.

When any un-registration or webhook deletion process start we can dispatch this event to gather the necessary information for safe deletion. Gathers filters and entities which would be orphaned after the delete process.

File

src/AcquiaContentHubEvents.php, line 262

Class

AcquiaContentHubEvents
Defines events for the acquia_contenthub module.

Namespace

Drupal\acquia_contenthub

Code

const ACH_UNREGISTER = 'acquia_contenthub_unregister';