You are here

protected property ModulesUninstallConfirmForm::$keyValueExpirable in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/system/src/Form/ModulesUninstallConfirmForm.php \Drupal\system\Form\ModulesUninstallConfirmForm::keyValueExpirable

The expirable key value store.

Type: \Drupal\Core\KeyValueStore\KeyValueStoreExpirableInterface

File

core/modules/system/src/Form/ModulesUninstallConfirmForm.php, line 36

Class

ModulesUninstallConfirmForm
Builds a confirmation form to uninstall selected modules.

Namespace

Drupal\system\Form

Code

protected $keyValueExpirable;