Provides a null implementation of the path processor manager.
This can be used for example in really early installer phases.
Hierarchy
- class \Drupal\Core\PathProcessor\NullPathProcessorManager implements InboundPathProcessorInterface, OutboundPathProcessorInterface
 
File
- core/lib/Drupal/Core/PathProcessor/NullPathProcessorManager.php, line 13
 
Namespace
Drupal\Core\PathProcessor
Members
| Name | Modifiers | Type | Description | 
|---|---|---|---|
| NullPathProcessorManager::processInbound | public | function | Processes the inbound path. Overrides InboundPathProcessorInterface::processInbound | 
| NullPathProcessorManager::processOutbound | public | function | Processes the outbound path. Overrides OutboundPathProcessorInterface::processOutbound | 
Please login to continue.