function PathProcessorDecode::processInbound
Same name in other branches
- 9 core/lib/Drupal/Core/PathProcessor/PathProcessorDecode.php \Drupal\Core\PathProcessor\PathProcessorDecode::processInbound()
- 10 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()
Overrides InboundPathProcessorInterface::processInbound
File
-
core/
lib/ Drupal/ Core/ PathProcessor/ PathProcessorDecode.php, line 25
Class
- PathProcessorDecode
- Processes the inbound path by urldecoding it.
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.