Hierarchy

Expanded class hierarchy of DrupalUpdaterInterface

Related topics

File

core/includes/drupal.classes.inc, line 31
Contains class and interface wrappers for Drupal 7.x compatibility.

Members

Contains filters are case sensitive
Namesort ascending Modifiers Type Description
BackdropUpdaterInterface::postUpdate public function Actions to run after an update has occurred.
BackdropUpdaterInterface::postInstall public function Actions to run after an install has occurred.
BackdropUpdaterInterface::isInstalled public function Checks if the project is installed.
BackdropUpdaterInterface::getProjectName public static function Returns the system name of the project.
BackdropUpdaterInterface::getInstallDirectory public function
BackdropUpdaterInterface::canUpdateDirectory public static function Determine if the Updater can handle the project provided in $directory.