VersionPress\Synchronizers\SynchronizerFactory::createSynchronizer PHP Method

createSynchronizer() public method

public createSynchronizer ( $entityName ) : Synchronizer
$entityName
return Synchronizer
    public function createSynchronizer($entityName)
    {
        return new Synchronizer($this->getStorage($entityName), $this->database, $this->dbSchema->getEntityInfo($entityName), $this->dbSchema, $this->vpidRepository, $this->urlReplacer, $this->shortcodesReplacer, $this->tableSchemaStorage);
    }