Neos\Flow\Security\Cryptography\FileBasedSimpleKeyService::getPath PHP Метод

getPath() защищенный Метод

Helper function to get the base path for key storage.
protected getPath ( ) : string
Результат string
    protected function getPath()
    {
        return Utility\Files::concatenatePaths([FLOW_PATH_DATA, 'Persistent', 'FileBasedSimpleKeyService']);
    }