public function WebhooksService::supportsEncoding in Webhooks 8
File
- src/
WebhooksService.php, line 331
Class
- WebhooksService
- Class WebhookService.
Namespace
Drupal\webhooksCode
public function supportsEncoding($format, array $context = []) {
return $this->serializer
->supportsEncoding($format, $context);
}