function NullPathProcessorManager::processOutbound
Same name in other branches
- 9 core/lib/Drupal/Core/PathProcessor/NullPathProcessorManager.php \Drupal\Core\PathProcessor\NullPathProcessorManager::processOutbound()
- 8.9.x core/lib/Drupal/Core/PathProcessor/NullPathProcessorManager.php \Drupal\Core\PathProcessor\NullPathProcessorManager::processOutbound()
- 10 core/lib/Drupal/Core/PathProcessor/NullPathProcessorManager.php \Drupal\Core\PathProcessor\NullPathProcessorManager::processOutbound()
Overrides OutboundPathProcessorInterface::processOutbound
File
-
core/
lib/ Drupal/ Core/ PathProcessor/ NullPathProcessorManager.php, line 25
Class
- NullPathProcessorManager
- Provides a null implementation of the path processor manager.
Namespace
Drupal\Core\PathProcessorCode
public function processOutbound($path, &$options = [], ?Request $request = NULL, ?BubbleableMetadata $bubbleable_metadata = NULL) {
return $path;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.