You are here

public function WebhooksService::supportsDecoding in Webhooks 8

File

src/WebhooksService.php, line 345

Class

WebhooksService
Class WebhookService.

Namespace

Drupal\webhooks

Code

public function supportsDecoding($format, array $context = []) {
  return $this->serializer
    ->supportsDecoding($format, $context);
}