ForkCMS\Bundle\InstallerBundle\Service\ForkInstaller::getCoreInstaller PHP Method

getCoreInstaller() protected method

protected getCoreInstaller ( InstallationData $data ) : CoreInstaller
$data ForkCMS\Bundle\InstallerBundle\Entity\InstallationData
return Backend\Core\Installer\CoreInstaller
    protected function getCoreInstaller(InstallationData $data)
    {
        // create the core installer
        return new CoreInstaller($this->container->get('database'), $data->getLanguages(), $data->getInterfaceLanguages(), $data->hasExampleData(), $this->getInstallerData($data));
    }