VersionPress\Synchronizers\SynchronizerFactory::getStorage PHP Method

getStorage() private method

private getStorage ( $synchronizerName )
    private function getStorage($synchronizerName)
    {
        return $this->storageFactory->getStorage($synchronizerName);
    }