public function CandidatesInterface::isCandidate in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony-cmf/routing/Candidates/CandidatesInterface.php \Symfony\Cmf\Component\Routing\Candidates\CandidatesInterface::isCandidate()
Determine if $name is a valid candidate, e.g. in getRouteByName.
Parameters
string $name:
Return value
boolean
1 method overrides CandidatesInterface::isCandidate()
- Candidates::isCandidate in vendor/
symfony-cmf/ routing/ Candidates/ Candidates.php - Always returns true.
File
- vendor/
symfony-cmf/ routing/ Candidates/ CandidatesInterface.php, line 38
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\CandidatesCode
public function isCandidate($name);