UpdateHookRegistry::$equivalentUpdates
The core.equivalent_updates key value storage.
The key value keys are modules and the value is an array of equivalent updates with the following shape:
- The array keys are the equivalent future update numbers.
- The value is an array containing two keys:
- 'ran_update': The update that registered the future update as an equivalent.
- 'future_version_string': The version that provides the future update.
Type: \Drupal\Core\KeyValueStore\KeyValueStoreInterface
See also
File
-
core/
lib/ Drupal/ Core/ Update/ UpdateHookRegistry.php, line 51
Class
- UpdateHookRegistry
- Provides module updates versions handling.
Namespace
Drupal\Core\UpdateCode
protected KeyValueStoreInterface $equivalentUpdates;