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

Breadcrumb

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

UpdateRegistry::$loadedFiles

A static cache of all the extension updates scanned for.

This array is keyed by Drupal root, site path, extension name and update type. The value if the extension has been searched for is TRUE.

Type: array

File

core/lib/Drupal/Core/Update/UpdateRegistry.php, line 46

Class

UpdateRegistry
Provides all and missing update implementations.

Namespace

Drupal\Core\Update

Code

protected static array $loadedFiles = [];

API Navigation

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