Guides
Tutorials
Interface of Doctrine ORM query extensions for item queries.
interface ApiPlatform\Doctrine\Orm\Extension\QueryItemExtensionInterface
{
public applyToItem(Doctrine\ORM\QueryBuilder $queryBuilder, ApiPlatform\Doctrine\Orm\Util\QueryNameGeneratorInterface $queryNameGenerator, string $resourceClass, array $identifiers, null|ApiPlatform\Metadata\Operation $operation, array $context): null
}
interface ApiPlatform\Doctrine\Orm\Extension\QueryItemExtensionInterface
{
public applyToItem(Doctrine\ORM\QueryBuilder $queryBuilder, ApiPlatform\Doctrine\Orm\Util\QueryNameGeneratorInterface $queryNameGenerator, string $resourceClass, array $identifiers, null|ApiPlatform\Metadata\Operation $operation, array $context): null
}
public applyToItem(Doctrine\ORM\QueryBuilder $queryBuilder, ApiPlatform\Doctrine\Orm\Util\QueryNameGeneratorInterface $queryNameGenerator, string $resourceClass, array $identifiers, null|ApiPlatform\Metadata\Operation $operation, array $context): null
public applyToItem(Doctrine\ORM\QueryBuilder $queryBuilder, ApiPlatform\Doctrine\Orm\Util\QueryNameGeneratorInterface $queryNameGenerator, string $resourceClass, array $identifiers, null|ApiPlatform\Metadata\Operation $operation, array $context): null
queryBuilder | Doctrine\ORM\QueryBuilder | |
queryNameGenerator | ApiPlatform\Doctrine\Orm\Util\QueryNameGeneratorInterface | |
resourceClass | string | |
identifiers | array | |
operation | ApiPlatform\Metadata\Operation | |
context | array |
null