function OutboundRouteProcessorInterface::processOutbound

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/RouteProcessor/OutboundRouteProcessorInterface.php \Drupal\Core\RouteProcessor\OutboundRouteProcessorInterface::processOutbound()
  2. 10 core/lib/Drupal/Core/RouteProcessor/OutboundRouteProcessorInterface.php \Drupal\Core\RouteProcessor\OutboundRouteProcessorInterface::processOutbound()
  3. 11.x core/lib/Drupal/Core/RouteProcessor/OutboundRouteProcessorInterface.php \Drupal\Core\RouteProcessor\OutboundRouteProcessorInterface::processOutbound()

Processes the outbound route.

Parameters

string $route_name: The route name.

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

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

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

Return value

The processed path.

6 methods override OutboundRouteProcessorInterface::processOutbound()
BlockEntityOffCanvasFormRouteProcessorBC::processOutbound in core/modules/settings_tray/src/RouteProcessor/BlockEntityOffCanvasFormRouteProcessorBC.php
Processes the outbound route.
RestResourceGetRouteProcessorBC::processOutbound in core/modules/rest/src/RouteProcessor/RestResourceGetRouteProcessorBC.php
Processes the outbound route.
RouteProcessor::processOutbound in core/modules/path/src/Routing/RouteProcessor.php
Processes the outbound route.
RouteProcessorCsrf::processOutbound in core/lib/Drupal/Core/Access/RouteProcessorCsrf.php
Processes the outbound route.
RouteProcessorCurrent::processOutbound in core/lib/Drupal/Core/RouteProcessor/RouteProcessorCurrent.php
Processes the outbound route.

... See full list

File

core/lib/Drupal/Core/RouteProcessor/OutboundRouteProcessorInterface.php, line 29

Class

OutboundRouteProcessorInterface
Defines an interface for classes that process the outbound route.

Namespace

Drupal\Core\RouteProcessor

Code

public function processOutbound($route_name, Route $route, array &$parameters, BubbleableMetadata $bubbleable_metadata = NULL);

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.