interface WebhookSerializerInterface in Webhooks 8
Webhook receivers catch incoming events and trigger an internal event.
The internal event allows any module in the Drupal site to react to remote operations.
@package Drupal\webhooks
Hierarchy
- interface \Drupal\webhooks\WebhookSerializerInterface extends \Symfony\Component\Serializer\Encoder\EncoderInterface \Symfony\Component\Serializer\Encoder\DecoderInterface
Expanded class hierarchy of WebhookSerializerInterface
All classes that implement WebhookSerializerInterface
File
- src/
WebhookSerializerInterface.php, line 16
Namespace
Drupal\webhooksView source
interface WebhookSerializerInterface extends EncoderInterface, DecoderInterface {
}