PHP Class Backend\Modules\Extensions\Actions\InstallModule

It will install the module given via the "module" 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 module can be installed.

Method Details

execute() public method

Execute the action.
public execute ( )