Method | Description | |
---|---|---|
__construct ( Symfony\Component\DependencyInjection\Container $container, $rootDir ) | ||
getHiddenModules ( ) : string[] | Fetches the hidden modules | |
getRequiredModules ( ) : string[] | Fetches the required modules | |
install ( |
Installs Fork |
Method | Description | |
---|---|---|
buildDatabase ( |
||
createLocaleFiles ( |
Create locale cache files | |
createYAMLConfig ( |
Writes a config file to app/config/parameters.yml. | |
getConfigurationVariables ( |
||
getCoreInstaller ( |
||
getInstallerData ( |
||
installCore ( |
||
installExtras ( ) | ||
installModules ( |
Method | Description | |
---|---|---|
deleteCachedData ( ) | Delete the cached data |
public __construct ( Symfony\Component\DependencyInjection\Container $container, $rootDir ) | ||
$container | Symfony\Component\DependencyInjection\Container | |
$rootDir |
protected buildDatabase ( |
||
$data |
protected createLocaleFiles ( |
||
$data |
protected createYAMLConfig ( |
||
$data |
protected getConfigurationVariables ( |
||
$data | ||
return | array | A list of variables that should be parsed into the configuration file(s). |
protected getCoreInstaller ( |
||
$data | ||
return |
public static getHiddenModules ( ) : string[] | ||
return | string[] |
protected getInstallerData ( |
||
$data | ||
return | array | A list of variables that will be used in installers. |
public static getRequiredModules ( ) : string[] | ||
return | string[] |
protected installCore ( |
||
$data |
protected installModules ( |
||
$data |