Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. JsonDecode.php

function JsonDecode::supportsDecoding

Overrides DecoderInterface::supportsDecoding

File

vendor/symfony/serializer/Encoder/JsonDecode.php, line 115

Class

JsonDecode
Decodes JSON data.

Namespace

Symfony\Component\Serializer\Encoder

Code

public function supportsDecoding(string $format) : bool {
    return JsonEncoder::FORMAT === $format;
}
RSS feed
Powered by Drupal