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\Query
public getQuery(): Doctrine\ORM\Query
Doctrine\ORM\Query