public function Module::postUpdateTasks

public 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 137

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.
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Updater!Module.php/function/Module::postUpdateTasks/8.1.x