function UpdateRegistry::__construct
Same name in other branches
- 9 core/lib/Drupal/Core/Update/UpdateRegistry.php \Drupal\Core\Update\UpdateRegistry::__construct()
- 8.9.x core/lib/Drupal/Core/Update/UpdateRegistry.php \Drupal\Core\Update\UpdateRegistry::__construct()
- 10 core/lib/Drupal/Core/Update/UpdateRegistry.php \Drupal\Core\Update\UpdateRegistry::__construct()
Constructs a new UpdateRegistry.
Parameters
string $root: The app root.
string $sitePath: The site path.
array $module_list: An associative array whose keys are the names of installed modules.
\Drupal\Core\KeyValueStore\KeyValueStoreInterface $keyValue: The key value store.
\Drupal\Core\Extension\ThemeHandlerInterface $theme_handler: The theme handler.
string $updateType: The used update name.
File
-
core/
lib/ Drupal/ Core/ Update/ UpdateRegistry.php, line 64
Class
- UpdateRegistry
- Provides all and missing update implementations.
Namespace
Drupal\Core\UpdateCode
public function __construct($root, $sitePath, array $module_list, KeyValueStoreInterface $keyValue, ThemeHandlerInterface $theme_handler, string $updateType = 'post_update') {
$this->enabledExtensions = array_merge(array_keys($module_list), array_keys($theme_handler->listInfo()));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.