public function Candidates::isCandidate in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony-cmf/routing/Candidates/Candidates.php \Symfony\Cmf\Component\Routing\Candidates\Candidates::isCandidate()
Always returns true.
Overrides CandidatesInterface::isCandidate
File
- vendor/
symfony-cmf/ routing/ Candidates/ Candidates.php, line 67
Class
- Candidates
- A straightforward strategy that splits the URL on "/".
Namespace
Symfony\Cmf\Component\Routing\CandidatesCode
public function isCandidate($name) {
return true;
}