constant AcquiaContentHubEvents::HANDLE_WEBHOOK in Acquia Content Hub 8.2
Allows module to react to webhook events from the ContentHub Service.
The ContentHub service sends a number of different webhooks for various events and actions that occur within the service. An exhaustive list of supported webhooks will be kept up to date within the docs for this project, but many are implemented by this module and its submodules.
See also
\Drupal\acquia_contenthub\Event\HandleWebhookEvent
\Drupal\acquia_contenthub\Controller\ContentHubWebhookController::receiveWebhook
File
- src/
AcquiaContentHubEvents.php, line 207
Class
- AcquiaContentHubEvents
- Defines events for the acquia_contenthub module.
Namespace
Drupal\acquia_contenthubCode
const HANDLE_WEBHOOK = 'acquia_contenthub_handle_webhook';