class Install extends Controller (View source)

Properties

$helpers
private Installer|null $installer

The installer instance.

Methods

getViewObject()

No description

getInstaller()

Get the installer instance.

getInstallerOptions()

Get the options used by the installer.

view()

No description

select_language()

No description

getLocales()

No description

testAndRunInstall()

No description

setup()

No description

get_site_locale_countries($viewLocaleID, $languageID, $preselectedCountryID)

No description

getCountriesForLanguage($languageID)

No description

on_start()

Testing.

run_routine($pkgHandle, $routine)

No description

configure()

No description

PreconditionInterface[][]
getPreconditions()

No description

web_precondition($handle, $argument = '')

No description

Details

getViewObject()

No description

protected Installer getInstaller()

Get the installer instance.

Return Value

Installer

protected InstallerOptions getInstallerOptions()

Get the options used by the installer.

Return Value

InstallerOptions

view()

No description

select_language()

No description

protected getLocales()

No description

protected testAndRunInstall()

No description

setup()

No description

get_site_locale_countries($viewLocaleID, $languageID, $preselectedCountryID)

No description

Parameters

$viewLocaleID
$languageID
$preselectedCountryID

private getCountriesForLanguage($languageID)

No description

Parameters

$languageID

on_start()

Testing.

run_routine($pkgHandle, $routine)

No description

Parameters

$pkgHandle
$routine

Error configure()

No description

Return Value

Error

PreconditionInterface[][] getPreconditions()

No description

Return Value

PreconditionInterface[][]

web_precondition($handle, $argument = '')

No description

Parameters

$handle
$argument