You are here

namespace Drupal\Core\Updater in Drupal 10

Same name in other branches
  1. 8 Drupal\Core\Updater
  2. 9 Drupal\Core\Updater
Classsort descending Location Description
Module core/lib/Drupal/Core/Updater/Module.php Defines a class for updating modules using Drupal\Core\FileTransfer\FileTransfer classes via authorize.php.
Theme core/lib/Drupal/Core/Updater/Theme.php Defines a class for updating themes using Drupal\Core\FileTransfer\FileTransfer classes via authorize.php.
Updater core/lib/Drupal/Core/Updater/Updater.php Defines the base class for Updaters used in Drupal.
UpdaterException core/lib/Drupal/Core/Updater/UpdaterException.php Defines an Exception class for the Drupal\Core\Updater\Updater class hierarchy.
UpdaterFileTransferException core/lib/Drupal/Core/Updater/UpdaterFileTransferException.php Defines a child class of Drupal\Core\Updater\UpdaterException that indicates a Drupal\Core\FileTransfer\FileTransfer exception.
UpdaterInterface core/lib/Drupal/Core/Updater/UpdaterInterface.php Defines an interface for a class which can update a Drupal project.