public function Module::postInstallTasks

Overrides Drupal\Core\Updater\Updater::postInstallTasks().

Overrides Updater::postInstallTasks

File

drupal/core/lib/Drupal/Core/Updater/Module.php, line 99
Definition of Drupal\Core\Updater\Module.

Class

Module
Defines a class for updating modules using Drupal\Core\FileTransfer\FileTransfer classes via authorize.php.

Namespace

Drupal\Core\Updater

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'),
  );
}