public function ModuleUpdater::postUpdateTasks in Drupal 7
Return 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
- modules/
system/ system.updater.inc, line 87 - Subclasses of the Updater class to update Drupal core knows how to update. At this time, only modules and themes are supported.
Class
- ModuleUpdater
- Class for updating modules using FileTransfer classes via authorize.php.
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.
}