interface FinalMatcherInterface

A FinalMatcher returns only one route from a collection of candidate routes.

Hierarchy

Expanded class hierarchy of FinalMatcherInterface

All classes that implement FinalMatcherInterface

File

drupal/core/lib/Drupal/Core/Routing/FinalMatcherInterface.php, line 16
Definition of Drupal\Core\Routing\FinalMatcherInterface.

Namespace

Drupal\Core\Routing
View source

Members

Namesort descending Modifiers Type Description Overrides
FinalMatcherInterface::matchRequest public function Matches a request against multiple routes. 1
FinalMatcherInterface::setCollection public function Sets the route collection this matcher should use. 1