ModuleUpdater::postUpdateTasks

public function ModuleUpdater::postUpdateTasks

public ModuleUpdater::postUpdateTasks()

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

© 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/modules!system!system.updater.inc/function/ModuleUpdater::postUpdateTasks/7.x

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部