You are here

public function CandidatesInterface::restrictQuery in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony-cmf/routing/Candidates/CandidatesInterface.php \Symfony\Cmf\Component\Routing\Candidates\CandidatesInterface::restrictQuery()

Provide a best effort query restriction to limit a query to only find routes that are supported.

Parameters

object $queryBuilder A query builder suited for the storage backend.:

1 method overrides CandidatesInterface::restrictQuery()
Candidates::restrictQuery in vendor/symfony-cmf/routing/Candidates/Candidates.php
Does nothing.

File

vendor/symfony-cmf/routing/Candidates/CandidatesInterface.php, line 46

Class

CandidatesInterface
Candidates is a subsystem useful for the route provider. It separates the logic for determining possible static prefixes from the route provider.

Namespace

Symfony\Cmf\Component\Routing\Candidates

Code

public function restrictQuery($queryBuilder);