You are here

public function DatabaseUpdateHandlerInterface::execute in Automatic Updates 8

Handle database updates.

Return value

bool TRUE if database update was handled successfully, FALSE otherwise.

5 methods override DatabaseUpdateHandlerInterface::execute()
ExecuteUpdates::execute in src/Plugin/DatabaseUpdateHandler/ExecuteUpdates.php
Handle database updates.
IgnoreUpdates::execute in src/Plugin/DatabaseUpdateHandler/IgnoreUpdates.php
Handle database updates.
MaintenanceModeActivate::execute in src/Plugin/DatabaseUpdateHandler/MaintenanceModeActivate.php
Handle database updates.
MaintenanceModeDisactivate::execute in src/Plugin/DatabaseUpdateHandler/MaintenanceModeDisactivate.php
Handle database updates.
RollbackUpdate::execute in src/Plugin/DatabaseUpdateHandler/RollbackUpdate.php
Handle database updates.

File

src/DatabaseUpdateHandlerInterface.php, line 24

Class

DatabaseUpdateHandlerInterface
Interface for database_update_handler plugins.

Namespace

Drupal\automatic_updates

Code

public function execute();