function Update10101::__construct
Same name in other branches
- 10 core/modules/pgsql/src/Update10101.php \Drupal\pgsql\Update10101::__construct()
Sequence owner update constructor.
Parameters
\Drupal\Core\Entity\EntityTypeManagerInterface $entityTypeManager: The entity type manager.
\Drupal\Core\Entity\EntityLastInstalledSchemaRepositoryInterface $entityLastInstalledSchemaRepository: The last installed schema repository service.
\Drupal\Core\Database\Connection $connection: The database connection.
\Drupal\Core\Extension\ModuleExtensionList $moduleExtensionList: The module extension list.
\Drupal\Core\Extension\ModuleHandlerInterface $moduleHandler: The module handler service.
File
-
core/
modules/ pgsql/ src/ Update10101.php, line 40
Class
- Update10101
- An update class for sequence ownership.
Namespace
Drupal\pgsqlCode
public function __construct(EntityTypeManagerInterface $entityTypeManager, EntityLastInstalledSchemaRepositoryInterface $entityLastInstalledSchemaRepository, Connection $connection, ModuleExtensionList $moduleExtensionList, ModuleHandlerInterface $moduleHandler) {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.