An indicator whether the role has all permissions.
Type: bool
File
- core/modules/user/src/Entity/Role.php, line 82
 
Class
- Role
 - Defines the user role entity class.
 
Namespace
Drupal\user\Entity
Code
protected $is_admin;
An indicator whether the role has all permissions.
Type: bool
Drupal\user\Entity
protected $is_admin;
Please login to continue.