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

Breadcrumb

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

function UpdateHookRegistry::getAllEquivalentUpdates

Returns the equivalent update information for all modules.

Return value

array<string, array<int, array{ran_update:int, future_version_string: string}>> Array of modules as the keys and values as arrays of equivalent update information.

File

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

Class

UpdateHookRegistry
Provides module updates versions handling.

Namespace

Drupal\Core\Update

Code

public function getAllEquivalentUpdates() : array {
    return $this->equivalentUpdates
        ->getAll();
}
RSS feed
Powered by Drupal