function OutboundRouteProcessorInterface::processOutbound
Same name in other branches
- 9 core/lib/Drupal/Core/RouteProcessor/OutboundRouteProcessorInterface.php \Drupal\Core\RouteProcessor\OutboundRouteProcessorInterface::processOutbound()
- 8.9.x core/lib/Drupal/Core/RouteProcessor/OutboundRouteProcessorInterface.php \Drupal\Core\RouteProcessor\OutboundRouteProcessorInterface::processOutbound()
- 10 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.
3 methods override OutboundRouteProcessorInterface::processOutbound()
- 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.
- RouteProcessorManager::processOutbound in core/
lib/ Drupal/ Core/ RouteProcessor/ RouteProcessorManager.php - Processes the outbound route.
File
-
core/
lib/ Drupal/ Core/ RouteProcessor/ OutboundRouteProcessorInterface.php, line 26
Class
- OutboundRouteProcessorInterface
- Defines an interface for classes that process the outbound route.
Namespace
Drupal\Core\RouteProcessorCode
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.