You are here

public function WebhooksService::supportsEncoding in Webhooks 8

File

src/WebhooksService.php, line 331

Class

WebhooksService
Class WebhookService.

Namespace

Drupal\webhooks

Code

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