function PathProcessorDecode::processInbound
Same name in other branches
- 9 core/lib/Drupal/Core/PathProcessor/PathProcessorDecode.php \Drupal\Core\PathProcessor\PathProcessorDecode::processInbound()
- 8.9.x core/lib/Drupal/Core/PathProcessor/PathProcessorDecode.php \Drupal\Core\PathProcessor\PathProcessorDecode::processInbound()
- 11.x core/lib/Drupal/Core/PathProcessor/PathProcessorDecode.php \Drupal\Core\PathProcessor\PathProcessorDecode::processInbound()
File
-
core/
lib/ Drupal/ Core/ PathProcessor/ PathProcessorDecode.php, line 25
Class
- PathProcessorDecode
- Processes the inbound path by decoding the URL.
Namespace
Drupal\Core\PathProcessorCode
public function processInbound($path, Request $request) {
return urldecode($path);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.