UpdateRegistry::$loadedFiles

Same name in other branches
  1. 11.x core/lib/Drupal/Core/Update/UpdateRegistry.php \Drupal\Core\Update\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 74

Class

UpdateRegistry
Provides all and missing update implementations.

Namespace

Drupal\Core\Update

Code

protected static array $loadedFiles = [];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.