You are here

public function CandidatesInterface::isCandidate 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::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\Candidates

Code

public function isCandidate($name);