You are here

public function CandidatesInterface::getCandidates in Zircon Profile 8

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

Parameters

Request $request:

Return value

array a list of paths

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

File

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

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 getCandidates(Request $request);