You are here

public function SerializerDecorator::supportsDenormalization in JSON:API Extras 8.3

File

src/SerializerDecorator.php, line 122

Class

SerializerDecorator
A decorated JSON:API serializer, with lazily initialized fallback serializer.

Namespace

Drupal\jsonapi_extras

Code

public function supportsDenormalization($data, $type, $format = NULL) {
  return $this
    ->relay(__FUNCTION__, func_get_args());
}