You are here

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\webhooks
View source
interface WebhookSerializerInterface extends EncoderInterface, DecoderInterface {

}

Members