1 system.updater.inc public ModuleUpdater::postInstallTasks()

List of post install actions.

Overrides Updater::postInstallTasks

File

core/modules/system/system.updater.inc, line 110
Subclasses of the Updater class to update Backdrop core, modules, themes, and layouts.

Class

ModuleUpdater
Class for updating modules using FileTransfer classes via authorize.php.

Code

public function postInstallTasks() {
  return array(
    l(t('Enable newly added modules'), 'admin/modules'),
    l(t('Browse more modules'), 'admin/modules/install'),
  );
}