function UserPermissionsForm::create

Same name and namespace in other branches
  1. 9 core/modules/user/src/Form/UserPermissionsForm.php \Drupal\user\Form\UserPermissionsForm::create()
  2. 10 core/modules/user/src/Form/UserPermissionsForm.php \Drupal\user\Form\UserPermissionsForm::create()
  3. 11.x core/modules/user/src/Form/UserPermissionsForm.php \Drupal\user\Form\UserPermissionsForm::create()

Overrides FormBase::create

File

core/modules/user/src/Form/UserPermissionsForm.php, line 59

Class

UserPermissionsForm
Provides the user permissions administration form.

Namespace

Drupal\user\Form

Code

public static function create(ContainerInterface $container) {
    return new static($container->get('user.permissions'), $container->get('entity_type.manager')
        ->getStorage('user_role'), $container->get('module_handler'));
}

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