Neos\Flow\Security\Cryptography\FileBasedSimpleKeyService::getPath PHP Method

getPath() protected method

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