You are here

protected property ModulesUninstallForm::$keyValueExpirable in Drupal 10

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

The expirable key value store.

Type: \Drupal\Core\KeyValueStore\KeyValueStoreExpirableInterface

File

core/modules/system/src/Form/ModulesUninstallForm.php, line 43

Class

ModulesUninstallForm
Provides a form for uninstalling modules.

Namespace

Drupal\system\Form

Code

protected $keyValueExpirable;