Neos\Neos\Routing\BackendModuleRoutePartHandler::findValueToMatch PHP Méthode

findValueToMatch() protected méthode

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