Neos\Flow\Core\LockManager::getLockPath PHP Method

getLockPath() protected method

Returns the absolute path to a directory that should contain the lock files
protected getLockPath ( ) : string
return string
    protected function getLockPath()
    {
        return FLOW_PATH_TEMPORARY;
    }