function Update10101::create
Same name in other branches
- 10 core/modules/pgsql/src/Update10101.php \Drupal\pgsql\Update10101::create()
Overrides ContainerInjectionInterface::create
File
-
core/
modules/ pgsql/ src/ Update10101.php, line 51
Class
- Update10101
- An update class for sequence ownership.
Namespace
Drupal\pgsqlCode
public static function create(ContainerInterface $container) {
return new static($container->get('entity_type.manager'), $container->get('entity.last_installed_schema.repository'), $container->get('database'), $container->get('extension.list.module'), $container->get('module_handler'));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.