You are here

namespace Drupal\Core\PathProcessor in Drupal 10

Same name in other branches
  1. 8 Drupal\Core\PathProcessor
  2. 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.
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.