Neos\Flow\Security\Cryptography\FileBasedSimpleKeyService::getPath PHP Méthode

getPath() protected méthode

Helper function to get the base path for key storage.
protected getPath ( ) : string
Résultat string
    protected function getPath()
    {
        return Utility\Files::concatenatePaths([FLOW_PATH_DATA, 'Persistent', 'FileBasedSimpleKeyService']);
    }