You are here

public function Candidates::restrictQuery in Zircon Profile 8.0

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

Does nothing.

Overrides CandidatesInterface::restrictQuery

File

vendor/symfony-cmf/routing/Candidates/Candidates.php, line 77

Class

Candidates
A straightforward strategy that splits the URL on "/".

Namespace

Symfony\Cmf\Component\Routing\Candidates

Code

public function restrictQuery($queryBuilder) {
}