function Module::postUpdateTasks

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Core/Updater/Module.php \Drupal\Core\Updater\Module::postUpdateTasks()
  2. 10 core/lib/Drupal/Core/Updater/Module.php \Drupal\Core\Updater\Module::postUpdateTasks()
  3. 9 core/lib/Drupal/Core/Updater/Module.php \Drupal\Core\Updater\Module::postUpdateTasks()

File

core/lib/Drupal/Core/Updater/Module.php, line 138

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

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