You are here

public function Module::postUpdateTasks in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Updater/Module.php \Drupal\Core\Updater\Module::postUpdateTasks()

Returns an array of links to pages that should be visited post operation.

Return value

array Links which provide actions to take after the update is finished.

Overrides Updater::postUpdateTasks

File

core/lib/Drupal/Core/Updater/Module.php, line 142
Contains \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 postUpdateTasks() {

  // We don't want to check for DB updates here, we do that once for all
  // updated modules on the landing page.
}