protected property ResourceResponseSubscriber::$serializer in JSON:API 8.2
Same name and namespace in other branches
- 8 src/EventSubscriber/ResourceResponseSubscriber.php \Drupal\jsonapi\EventSubscriber\ResourceResponseSubscriber::serializer
The serializer.
Type: \Symfony\Component\Serializer\SerializerInterface
File
- src/
EventSubscriber/ ResourceResponseSubscriber.php, line 46
Class
- ResourceResponseSubscriber
- Response subscriber that serializes and removes ResourceResponses' data.
Namespace
Drupal\jsonapi\EventSubscriberCode
protected $serializer;