UpdateManager::$updateSettings

The update settings Type: \Drupal\Core\Config\Config File core/modules/update/src/UpdateManager.php, line 26 Class UpdateManager Default implementation of UpdateManagerInterface. Namespace Drupal\update Code protected $updateSettings;

UpdateManager::fetchDataBatch

public UpdateManager::fetchDataBatch(&$context) Processes a step in batch for fetching available update data. Parameters array $context: Reference to an array used for Batch API storage. Overrides UpdateManagerInterface::fetchDataBatch File core/modules/update/src/UpdateManager.php, line 185 Class UpdateManager Default implementation of UpdateManagerInterface. Namespace Drupal\update Code public function fetchDataBatch(&$context) { if (empty($context['sandbox']['max'])) {

UpdateManager::$themeHandler

The theme handler. Type: \Drupal\Core\Extension\ThemeHandlerInterface File core/modules/update/src/UpdateManager.php, line 68 Class UpdateManager Default implementation of UpdateManagerInterface. Namespace Drupal\update Code protected $themeHandler;

UpdateManager::$moduleHandler

Module Handler Service. Type: \Drupal\Core\Extension\ModuleHandlerInterface File core/modules/update/src/UpdateManager.php, line 33 Class UpdateManager Default implementation of UpdateManagerInterface. Namespace Drupal\update Code protected $moduleHandler;

UpdateManager::$keyValueStore

The key/value store. Type: \Drupal\Core\KeyValueStore\KeyValueStoreExpirableInterface File core/modules/update/src/UpdateManager.php, line 54 Class UpdateManager Default implementation of UpdateManagerInterface. Namespace Drupal\update Code protected $keyValueStore;

UpdateManager::$availableReleasesTempStore

Update available releases key/value store. Type: \Drupal\Core\KeyValueStore\KeyValueStoreExpirableInterface File core/modules/update/src/UpdateManager.php, line 61 Class UpdateManager Default implementation of UpdateManagerInterface. Namespace Drupal\update Code protected $availableReleasesTempStore;

UpdateManager

Default implementation of UpdateManagerInterface. Hierarchy class \Drupal\update\UpdateManager implements UpdateManagerInterface uses DependencySerializationTrait, StringTranslationTrait File core/modules/update/src/UpdateManager.php, line 17 Namespace Drupal\update Members Name Modifiers Type Description DependencySerializationTrait::$_serviceIds protected property An array of service IDs keyed by property name used for serialization. DependencySerializationTrait::__s

UpdateKernel::handleAccess

protected UpdateKernel::handleAccess(Request $request) Checks if the current user has rights to access updates page. If the current user does not have the rights, an exception is thrown. Parameters \Symfony\Component\HttpFoundation\Request $request: The incoming request. Throws \Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException Thrown when update.php should not be accessible. File core/lib/Drupal/Core/Update/UpdateKernel.php, line 172 Class UpdateKernel Defines a kernel wh

UpdateKernel::initializeContainer

protected UpdateKernel::initializeContainer() Initializes the service container. Return value \Symfony\Component\DependencyInjection\ContainerInterface Overrides DrupalKernel::initializeContainer File core/lib/Drupal/Core/Update/UpdateKernel.php, line 36 Class UpdateKernel Defines a kernel which is used primarily to run the update of Drupal. Namespace Drupal\Core\Update Code protected function initializeContainer() { // Always force a container rebuild, in order to be able to overri

UpdateKernel::shutdownSession

protected UpdateKernel::shutdownSession(Request $request) Ensures that the session is saved. Parameters \Symfony\Component\HttpFoundation\Request $request: The incoming request. File core/lib/Drupal/Core/Update/UpdateKernel.php, line 136 Class UpdateKernel Defines a kernel which is used primarily to run the update of Drupal. Namespace Drupal\Core\Update Code protected function shutdownSession(Request $request) { if ($request->hasSession()) { $request->getSession()->save