Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. UpdateHookRegistry.php

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

module.api.php

File

core/lib/Drupal/Core/Update/UpdateHookRegistry.php, line 51

Class

UpdateHookRegistry
Provides module updates versions handling.

Namespace

Drupal\Core\Update

Code

protected KeyValueStoreInterface $equivalentUpdates;

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal