You are here

protected function NullGenerator::processRoute in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Routing/NullGenerator.php \Drupal\Core\Routing\NullGenerator::processRoute()

Passes the route to the processor manager for altering before compilation.

Parameters

string $name: The route name.

\Symfony\Component\Routing\Route $route: The route object to process.

array $parameters: An array of parameters to be passed to the route compiler.

\Drupal\Core\Render\BubbleableMetadata $bubbleable_metadata: (optional) Object to collect route processors' bubbleable metadata.

Overrides UrlGenerator::processRoute

File

core/lib/Drupal/Core/Routing/NullGenerator.php, line 54
Contains \Drupal\Core\Routing\NullGenerator.

Class

NullGenerator
No-op implementation of a Url Generator, needed for backward compatibility.

Namespace

Drupal\Core\Routing

Code

protected function processRoute($name, Route $route, array &$parameters, BubbleableMetadata $bubbleable_metadata = NULL) {
}