public function Updater::postInstallTasks

Returns an array of links to pages that should be visited post operation.

Return value

array Links which provide actions to take after the install is finished.

1 call to Updater::postInstallTasks()
2 methods override Updater::postInstallTasks()

File

drupal/core/lib/Drupal/Core/Updater/Updater.php, line 361
Definition of Drupal\Core\Updater\Updater.

Class

Updater
Defines the base class for Updaters used in Drupal.

Namespace

Drupal\Core\Updater

Code

public function postInstallTasks() {
  return array();
}