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