namespace Drupal\Core\PathProcessor
Same name in other branches
Object name | File name | Summary |
---|---|---|
InboundPathProcessorInterface | core/lib/Drupal/Core/PathProcessor/InboundPathProcessorInterface.php | Defines an interface for classes that process the inbound path. |
NullPathProcessorManager | core/lib/Drupal/Core/PathProcessor/NullPathProcessorManager.php | Provides a null implementation of the path processor manager. |
OutboundPathProcessorInterface | core/lib/Drupal/Core/PathProcessor/OutboundPathProcessorInterface.php | Defines an interface for classes that process the outbound path. |
PathProcessorAlias | core/lib/Drupal/Core/PathProcessor/PathProcessorAlias.php | Processes the inbound path using path alias lookups. |
PathProcessorDecode | core/lib/Drupal/Core/PathProcessor/PathProcessorDecode.php | Processes the inbound path by urldecoding it. |
PathProcessorFront | core/lib/Drupal/Core/PathProcessor/PathProcessorFront.php | Processes the inbound path by resolving it to the front page if empty. |
PathProcessorManager | core/lib/Drupal/Core/PathProcessor/PathProcessorManager.php | Path processor manager. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.