public function InboundPathProcessorInterface::processInbound

Processes the inbound path.

Parameters

string $path: The path to process.

\Symfony\Component\HttpFoundation\Request $request: The HttpRequest object representing the current request.

7 methods override InboundPathProcessorInterface::processInbound()

File

drupal/core/lib/Drupal/Core/PathProcessor/InboundPathProcessorInterface.php, line 26
Contains Drupal\Core\PathProcessor\InboundPathProcessorInterface.

Class

InboundPathProcessorInterface
Defines an interface for classes that process the inbound path.

Namespace

Drupal\Core\PathProcessor

Code

public function processInbound($path, Request $request);