function UpdateHookRegistryFactory::create
Same name in other branches
- 10 core/lib/Drupal/Core/Update/UpdateHookRegistryFactory.php \Drupal\Core\Update\UpdateHookRegistryFactory::create()
- 11.x core/lib/Drupal/Core/Update/UpdateHookRegistryFactory.php \Drupal\Core\Update\UpdateHookRegistryFactory::create()
Creates a new UpdateHookRegistry instance.
Return value
\Drupal\Core\Update\UpdateHookRegistry The update registry instance.
File
-
core/
lib/ Drupal/ Core/ Update/ UpdateHookRegistryFactory.php, line 21
Class
- UpdateHookRegistryFactory
- Service factory for the versioning update registry.
Namespace
Drupal\Core\UpdateCode
public function create() {
return new UpdateHookRegistry(array_keys($this->container
->get('module_handler')
->getModuleList()), $this->container
->get('keyvalue')
->get('system.schema'));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.