Guides
Tutorials
interface ApiPlatform\Doctrine\Orm\QueryAwareInterface
{
public getQuery(): Doctrine\ORM\Query
}interface ApiPlatform\Doctrine\Orm\QueryAwareInterface
{
public getQuery(): Doctrine\ORM\Query
}Gets the Query object that will actually be executed.This should allow configuring options which could only be set on the Query object itself.
public getQuery(): Doctrine\ORM\Querypublic getQuery(): Doctrine\ORM\QueryDoctrine\ORM\Query