Updater::makeWorldReadable

public Updater::makeWorldReadable(&$filetransfer, $path, $recursive = TRUE) Ensures that a given directory is world readable. Parameters \Drupal\Core\FileTransfer\FileTransfer $filetransfer: Object which is a child of FileTransfer. string $path: The file path to make world readable. bool $recursive: If the chmod should be applied recursively. File core/lib/Drupal/Core/Updater/Updater.php, line 349 Class Updater Defines the base class for Updaters used in Drupal. Namespace Drupal\Co

Updater::postInstall

public Updater::postInstall() Performs actions after installation. File core/lib/Drupal/Core/Updater/Updater.php, line 388 Class Updater Defines the base class for Updaters used in Drupal. Namespace Drupal\Core\Updater Code public function postInstall() { }

Updater::postInstallTasks

public 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. File core/lib/Drupal/Core/Updater/Updater.php, line 397 Class Updater Defines the base class for Updaters used in Drupal. Namespace Drupal\Core\Updater Code public function postInstallTasks() { return array(); }

Updater::postUpdate

public Updater::postUpdate() Performs actions after new code is updated. File core/lib/Drupal/Core/Updater/Updater.php, line 382 Class Updater Defines the base class for Updaters used in Drupal. Namespace Drupal\Core\Updater Code public function postUpdate() { }

Updater::postUpdateTasks

public Updater::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. File core/lib/Drupal/Core/Updater/Updater.php, line 407 Class Updater Defines the base class for Updaters used in Drupal. Namespace Drupal\Core\Updater Code public function postUpdateTasks() { return array(); }

Updater::prepareInstallDirectory

public Updater::prepareInstallDirectory(&$filetransfer, $directory) Makes sure the installation parent directory exists and is writable. Parameters \Drupal\Core\FileTransfer\FileTransfer $filetransfer: Object which is a child of FileTransfer. string $directory: The installation directory to prepare. Throws \Drupal\Core\Updater\UpdaterException File core/lib/Drupal/Core/Updater/Updater.php, line 304 Class Updater Defines the base class for Updaters used in Drupal. Namespace Drupal\

Updater::update

public Updater::update(&$filetransfer, $overrides = array()) Updates a Drupal project and returns a list of next actions. Parameters \Drupal\Core\FileTransfer\FileTransfer $filetransfer: Object that is a child of FileTransfer. Used for moving files to the server. array $overrides: An array of settings to override defaults; see self::getInstallArgs(). Return value array An array of links which the user may need to complete the update Throws \Drupal\Core\Updater\UpdaterException \Drupal\Co

Updater::__construct

public Updater::__construct($source, $root) Constructs a new updater. Parameters string $source: Directory to install from. string $root: The root directory under which the project will be copied to if it's a new project. Usually this is the app root (the directory in which the Drupal site is installed). File core/lib/Drupal/Core/Updater/Updater.php, line 38 Class Updater Defines the base class for Updaters used in Drupal. Namespace Drupal\Core\Updater Code public function __construct

UpdateReady

Configure update settings for this site. Hierarchy class \Drupal\Core\Form\FormBase implements ContainerInjectionInterface, FormInterface uses DependencySerializationTrait, LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\update\Form\UpdateReady File core/modules/update/src/Form/UpdateReady.php, line 17 Namespace Drupal\update\Form Members Name Modifiers Type Description DependencySerializationTrait::$_se

UpdateReady::$moduleHandler

The module handler. Type: \Drupal\Core\Extension\ModuleHandlerInterface File core/modules/update/src/Form/UpdateReady.php, line 31 Class UpdateReady Configure update settings for this site. Namespace Drupal\update\Form Code protected $moduleHandler;