PHP Class Backend\Modules\Extensions\Actions\InstallTheme

It will install the theme given via the "theme" GET parameter.
Inheritance: extends Backend\Core\Engine\Base\ActionIndex
Datei anzeigen Open project: forkcms/forkcms

Public Methods

Method Description
execute ( ) Execute the action.

Private Methods

Method Description
validateInstall ( ) Validate if the theme can be installed.

Method Details

execute() public method

Execute the action.
public execute ( )