function 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 145  
Class
- Module
 - Defines a class for updating modules.
 
Namespace
Drupal\Core\UpdaterCode
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.