function 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\userCode
public function setIsAdmin($is_admin);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.