public function Module::postUpdateTasks

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

Overrides Updater::postUpdateTasks

File

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

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