public function Updater::postInstall

Performs actions after installation.

1 call to Updater::postInstall()
Updater::install in drupal/core/lib/Drupal/Core/Updater/Updater.php
Installs a Drupal project, returns a list of next actions.
1 method overrides Updater::postInstall()
Theme::postInstall in drupal/core/lib/Drupal/Core/Updater/Theme.php
Overrides Drupal\Core\Updater\Updater::postInstall().

File

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

Class

Updater
Defines the base class for Updaters used in Drupal.

Namespace

Drupal\Core\Updater

Code

public function postInstall() {
}