Neos\Neos\Routing\BackendModuleRoutePartHandler::findValueToMatch PHP Method

findValueToMatch() protected method

protected findValueToMatch ( string $requestPath ) : string
$requestPath string
return string
    protected function findValueToMatch($requestPath)
    {
        return $requestPath;
    }