NullPathProcessorManager
class NullPathProcessorManager implements InboundPathProcessorInterface, OutboundPathProcessorInterface (View source)
Provides a null implementation of the path processor manager.
This can be used for example in really early installer phases.
Methods
string
processInbound(string $path, Request $request)
Processes the inbound path.
string
processOutbound(string $path, array $options = [], Request $request = NULL, BubbleableMetadata $bubbleable_metadata = NULL)
Processes the outbound path.
Details
string
processInbound(string $path, Request $request)
Processes the inbound path.
Implementations may make changes to the request object passed in but should avoid all other side effects. This method can be called to process requests other than the current request.
string
processOutbound(string $path, array $options = [], Request $request = NULL, BubbleableMetadata $bubbleable_metadata = NULL)
Processes the outbound path.