function NullPathProcessorManager::processOutbound

Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/PathProcessor/NullPathProcessorManager.php \Drupal\Core\PathProcessor\NullPathProcessorManager::processOutbound()
  2. 10 core/lib/Drupal/Core/PathProcessor/NullPathProcessorManager.php \Drupal\Core\PathProcessor\NullPathProcessorManager::processOutbound()
  3. 11.x 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\PathProcessor

Code

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.