Neos\Neos\Routing\BackendModuleRoutePartHandler::findValueToMatch PHP 메소드

findValueToMatch() 보호된 메소드

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