namespace Drupal\Core\PathProcessor

Classsort ascending Location Description
PathProcessorManager drupal/core/lib/Drupal/Core/PathProcessor/PathProcessorManager.php Path processor manager.
PathProcessorFront drupal/core/lib/Drupal/Core/PathProcessor/PathProcessorFront.php Processes the inbound path by resolving it to the front page if empty.
PathProcessorDecode drupal/core/lib/Drupal/Core/PathProcessor/PathProcessorDecode.php Processes the inbound path by urldecoding it.
PathProcessorAlias drupal/core/lib/Drupal/Core/PathProcessor/PathProcessorAlias.php Processes the inbound path using path alias lookups.
OutboundPathProcessorInterface drupal/core/lib/Drupal/Core/PathProcessor/OutboundPathProcessorInterface.php Defines an interface for classes that process the outbound path.
InboundPathProcessorInterface drupal/core/lib/Drupal/Core/PathProcessor/InboundPathProcessorInterface.php Defines an interface for classes that process the inbound path.