Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Role.php

function Role::isAdmin

Overrides RoleInterface::isAdmin

4 calls to Role::isAdmin()
Role::getPermissions in core/modules/user/src/Entity/Role.php
Returns a list of permissions assigned to the role.
Role::grantPermission in core/modules/user/src/Entity/Role.php
Grant permissions to the role.
Role::hasPermission in core/modules/user/src/Entity/Role.php
Checks if the role has a permission.
Role::revokePermission in core/modules/user/src/Entity/Role.php
Revokes a permissions from the user role.

File

core/modules/user/src/Entity/Role.php, line 161

Class

Role
Defines the user role entity class.

Namespace

Drupal\user\Entity

Code

public function isAdmin() {
    return (bool) $this->is_admin;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal