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

Breadcrumb

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

UpdateHookRegistry::$allAvailableSchemaVersions

A static cache of schema currentVersions per module.

Stores schema versions of the modules based on their defined hook_update_N implementations. Example: ``` [ 'example_module' => [ 8000, 8001, 8002 ] ] ```

Type: int[][]

See also

\Drupal\Core\Update\UpdateHookRegistry::getAvailableUpdates()

File

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

Class

UpdateHookRegistry
Provides module updates versions handling.

Namespace

Drupal\Core\Update

Code

protected $allAvailableSchemaVersions = [];

API Navigation

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