Hierarchy
- interface BackdropUpdaterInterface
- interface DrupalUpdaterInterface
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
Name | Modifiers | Type | Description |
---|---|---|---|
BackdropUpdaterInterface:: |
public static | function | Determine if the Updater can handle the project provided in $directory. |
BackdropUpdaterInterface:: |
public | function | |
BackdropUpdaterInterface:: |
public static | function | Returns the system name of the project. |
BackdropUpdaterInterface:: |
public | function | Checks if the project is installed. |
BackdropUpdaterInterface:: |
public | function | Actions to run after an install has occurred. |
BackdropUpdaterInterface:: |
public | function | Actions to run after an update has occurred. |