You are here

namespace Drupal\Core\PathProcessor in Drupal 8

Same name in other branches
  1. 9 Drupal\Core\PathProcessor
Classsort descending Location Description
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.