function ModuleUpdater::postInstallTasks

Returns a list of post install actions.

Overrides Updater::postInstallTasks

File

modules/system/system.updater.inc, line 79

Class

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

Code

public function postInstallTasks() {
    return array(
        l(t('Install another module'), 'admin/modules/install'),
        l(t('Enable newly added modules'), 'admin/modules'),
        l(t('Administration pages'), 'admin'),
    );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.