Checks whether the deserializer can decode from given format.
Parameters
string $format format name:
Return value
Boolean
File
- drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/DecoderInterface.php, line 44
Class
- DecoderInterface
- Defines the interface of decoders
Namespace
Symfony\Component\Serializer\Encoder
Code
public function supportsDecoding($format);