Gets the request context.
This method is unused. It is here only to satisfy the interface.
Return value
\Symfony\Component\Routing\RequestContext
The context
File
- drupal/core/lib/Drupal/Core/Routing/NestedMatcher.php, line 195
- Definition of Drupal\Core\Routing\NestedMatcher.
Class
- NestedMatcher
- The nested matcher layers multiple partial matchers together.
Namespace
Drupal\Core\Routing
Code
public function getContext() {
return $this->context;
}