Same name and namespace in other branches
  1. 8.9.x core/modules/user/src/RoleInterface.php \Drupal\user\RoleInterface::setIsAdmin()
  2. 9 core/modules/user/src/RoleInterface.php \Drupal\user\RoleInterface::setIsAdmin()

Sets the role to be an admin role.

Parameters

bool $is_admin: TRUE if the role should be an admin role.

Return value

$this

1 method overrides RoleInterface::setIsAdmin()
Role::setIsAdmin in core/modules/user/src/Entity/Role.php
Sets the role to be an admin role.

File

core/modules/user/src/RoleInterface.php, line 80

Class

RoleInterface
Provides an interface defining a user role entity.

Namespace

Drupal\user

Code

public function setIsAdmin($is_admin);