function UserRequirements::__construct

Same name and namespace in other branches
  1. 11.x core/modules/user/src/Hook/UserRequirements.php \Drupal\user\Hook\UserRequirements::__construct()

File

core/modules/user/src/Hook/UserRequirements.php, line 20

Class

UserRequirements
Requirements for the User module.

Namespace

Drupal\user\Hook

Code

public function __construct(protected readonly EntityTypeManagerInterface $entityTypeManager, protected readonly Connection $connection) {
}

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