UpdateManagerUpdate::submitForm

public UpdateManagerUpdate::submitForm(array &$form, FormStateInterface $form_state) Form submission handler. Parameters array $form: An associative array containing the structure of the form. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. Overrides FormInterface::submitForm File core/modules/update/src/Form/UpdateManagerUpdate.php, line 312 Class UpdateManagerUpdate Configure update settings for this site. Namespace Drupal\update\Form Code public

UpdateManagerUpdate::validateForm

public UpdateManagerUpdate::validateForm(array &$form, FormStateInterface $form_state) Form validation handler. Parameters array $form: An associative array containing the structure of the form. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. Overrides FormBase::validateForm File core/modules/update/src/Form/UpdateManagerUpdate.php, line 297 Class UpdateManagerUpdate Configure update settings for this site. Namespace Drupal\update\Form Code public

UpdateManagerUpdate::__construct

public UpdateManagerUpdate::__construct(ModuleHandlerInterface $module_handler, StateInterface $state) Constructs a new UpdateManagerUpdate object. Parameters \Drupal\Core\Extension\ModuleHandlerInterface $module_handler: The module handler. \Drupal\Core\State\StateInterface $state: The state service. File core/modules/update/src/Form/UpdateManagerUpdate.php, line 39 Class UpdateManagerUpdate Configure update settings for this site. Namespace Drupal\update\Form Code public function __

UpdateProcessor

Process project update information. Hierarchy class \Drupal\update\UpdateProcessor implements UpdateProcessorInterface File core/modules/update/src/UpdateProcessor.php, line 15 Namespace Drupal\update Members Name Modifiers Type Description UpdateProcessor::$availableReleasesTempStore protected property Update available releases store UpdateProcessor::$failed protected property Array of release history URLs that we have failed to fetch UpdateProcessor::$fetchQu

UpdateProcessor::$availableReleasesTempStore

Update available releases store Type: \Drupal\Core\KeyValueStore\KeyValueStoreExpirableInterface File core/modules/update/src/UpdateProcessor.php, line 57 Class UpdateProcessor Process project update information. Namespace Drupal\update Code protected $availableReleasesTempStore;

UpdateProcessor::$failed

Array of release history URLs that we have failed to fetch Type: array File core/modules/update/src/UpdateProcessor.php, line 64 Class UpdateProcessor Process project update information. Namespace Drupal\update Code protected $failed;

UpdateProcessor::$fetchQueue

The update fetch queue. Type: \Drupal\Core\Queue\QueueInterface File core/modules/update/src/UpdateProcessor.php, line 36 Class UpdateProcessor Process project update information. Namespace Drupal\update Code protected $fetchQueue;

UpdateProcessor::$fetchTaskStore

Update Fetch Task Store Type: \Drupal\Core\KeyValueStore\KeyValueStoreInterface File core/modules/update/src/UpdateProcessor.php, line 50 Class UpdateProcessor Process project update information. Namespace Drupal\update Code protected $fetchTaskStore;

UpdateProcessor::$privateKey

The private key. Type: \Drupal\Core\PrivateKey File core/modules/update/src/UpdateProcessor.php, line 78 Class UpdateProcessor Process project update information. Namespace Drupal\update Code protected $privateKey;

UpdateProcessor::$tempStore

Update key/value store Type: \Drupal\Core\KeyValueStore\KeyValueStoreExpirableInterface File core/modules/update/src/UpdateProcessor.php, line 43 Class UpdateProcessor Process project update information. Namespace Drupal\update Code protected $tempStore;