jsonapi-bundle
jsonapi-bundle copied to clipboard
Target object does not arrive in queries
Can you please tell me what the reason may be that I am not obtaining the target object in my queries
It is not documented, but you can use $this->object in the class inheriting Paknahad\JsonApiBundle\Document\AbstractCollectionDocument class.
It is not type hinted, but is an instance of Paknahad\JsonApiBundle\Helper\ResourceCollection.