Defines an interface for a class which can update a Drupal project.
An Updater currently serves the following purposes:
Expanded class hierarchy of UpdaterInterface
All classes that implement UpdaterInterface
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
UpdaterInterface:: |
public static | function | Determines if the Updater can handle the project provided in $directory. | 2 |
UpdaterInterface:: |
public | function | Returns the path to the default install location. | 2 |
UpdaterInterface:: |
public static | function | Returns the system name of the project. | |
UpdaterInterface:: |
public | function | Checks if the project is installed. | 2 |
UpdaterInterface:: |
public | function | Actions to run after an install has occurred. | |
UpdaterInterface:: |
public | function | Actions to run after an update has occurred. |