namespace Drupal\Core\PathProcessor

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