You are here

protected property SecurityAdvisoriesFetcher::$keyValueExpirable in Drupal 9

Same name and namespace in other branches
  1. 10 core/modules/system/src/SecurityAdvisories/SecurityAdvisoriesFetcher.php \Drupal\system\SecurityAdvisories\SecurityAdvisoriesFetcher::keyValueExpirable

The expirable key/value store for the advisories JSON response.

Type: \Drupal\Core\KeyValueStore\KeyValueStoreExpirableInterface

File

core/modules/system/src/SecurityAdvisories/SecurityAdvisoriesFetcher.php, line 48

Class

SecurityAdvisoriesFetcher
Defines a service to get security advisories.

Namespace

Drupal\system\SecurityAdvisories

Code

protected $keyValueExpirable;