Defines a class for updating modules using Drupal\Core\FileTransfer\FileTransfer classes via authorize.php.
Expanded class hierarchy of Module
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Module:: |
public static | function | Determines whether this class can update the specified project. | |
Module:: |
public static | function |
Implements Drupal\Core\Updater\UpdaterInterface::canUpdateDirectory(). Overrides UpdaterInterface:: |
|
Module:: |
public | function |
Returns the directory where a module should be installed. Overrides UpdaterInterface:: |
|
Module:: |
public | function | Returns available database schema updates once a new version is installed. | |
Module:: |
public | function |
Implements Drupal\Core\Updater\UpdaterInterface::isInstalled(). Overrides UpdaterInterface:: |
|
Module:: |
public | function |
Overrides Drupal\Core\Updater\Updater::postInstallTasks(). Overrides Updater:: |
|
Module:: |
public | function |
Overrides Drupal\Core\Updater\Updater::postUpdateTasks(). Overrides Updater:: |
|
Updater:: |
public | property | Directory to install from. | |
Updater:: |
public static | function | Returns an Updater of the appropriate type depending on the source. | |
Updater:: |
public static | function | Determines what the most important (or only) info file is in a directory. | |
Updater:: |
public | function | Returns the full path to a directory where backups should be written. | |
Updater:: |
protected | function | Stores the default parameters for the Updater. | |
Updater:: |
public static | function | Gets the name of the project directory (basename). | |
Updater:: |
public static | function | Returns the project name from a Drupal info file. | |
Updater:: |
public static | function | Determines which Updater class can operate on the given directory. | |
Updater:: |
public | function | Installs a Drupal project, returns a list of next actions. | |
Updater:: |
public | function | Performs a backup. | |
Updater:: |
public | function | Ensures that a given directory is world readable. | |
Updater:: |
public | function | Performs actions after installation. | 1 |
Updater:: |
public | function | Performs actions after new code is updated. | |
Updater:: |
public | function | Makes sure the installation parent directory exists and is writable. | |
Updater:: |
public | function | Updates a Drupal project and returns a list of next actions. | |
Updater:: |
public | function | Constructs a new updater. |