public function NullPathProcessorManager::processInbound in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/PathProcessor/NullPathProcessorManager.php \Drupal\Core\PathProcessor\NullPathProcessorManager::processInbound()
- 9 core/lib/Drupal/Core/PathProcessor/NullPathProcessorManager.php \Drupal\Core\PathProcessor\NullPathProcessorManager::processInbound()
File
- core/
lib/ Drupal/ Core/ PathProcessor/ NullPathProcessorManager.php, line 18
Class
- NullPathProcessorManager
- Provides a null implementation of the path processor manager.
Namespace
Drupal\Core\PathProcessorCode
public function processInbound($path, Request $request) {
return $path;
}