public function RoleInterface::setIsAdmin in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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 85 - Contains \Drupal\user\RoleInterface.
Class
- RoleInterface
- Provides an interface defining a user role entity.
Namespace
Drupal\userCode
public function setIsAdmin($is_admin);