-
New object =>
{{ constant('App\\Entity\\Admin\\Webhook\\WebhookInterface::EVENT_CREATE') }}
- The {{ constant('App\\Entity\\Admin\\Webhook\\WebhookInterface::EVENT_CREATE') }} status signifies that new object has beed created.
-
Modifying the object =>
{{ constant('App\\Entity\\Admin\\Webhook\\WebhookInterface::EVENT_UPDATE') }}
- The {{ constant('App\\Entity\\Admin\\Webhook\\WebhookInterface::EVENT_UPDATE') }} status signifies that the object has beed updated.
-
Removing the object =>
{{ constant('App\\Entity\\Admin\\Webhook\\WebhookInterface::EVENT_DELETE') }}
- The {{ constant('App\\Entity\\Admin\\Webhook\\WebhookInterface::EVENT_DELETE') }} status signifies that the object has beed deleted.