interface NestedMatcherInterface

A NestedMatcher allows for multiple-stage resolution of a route.

Hierarchy

Expanded class hierarchy of NestedMatcherInterface

All classes that implement NestedMatcherInterface

File

drupal/core/lib/Drupal/Core/Routing/NestedMatcherInterface.php, line 15
Definition of Drupal\Core\Routing\NestedMatcherInterface.

Namespace

Drupal\Core\Routing
View source

Members

Namesort descending Modifiers Type Description Overrides
NestedMatcherInterface::addPartialMatcher public function Adds a partial matcher to the matching plan. 1
NestedMatcherInterface::setFinalMatcher public function Sets the final matcher for the matching plan. 1
NestedMatcherInterface::setInitialMatcher public function Sets the first matcher for the matching plan. 1
RequestMatcherInterface::matchRequest public function Tries to match a request with a set of routes. 4