You are here

constant RoleInterface::ANONYMOUS_ID in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/user/src/RoleInterface.php \Drupal\user\RoleInterface::ANONYMOUS_ID

Role ID for anonymous users; should match what's in the "role" table.

File

core/modules/user/src/RoleInterface.php, line 23
Contains \Drupal\user\RoleInterface.

Class

RoleInterface
Provides an interface defining a user role entity.

Namespace

Drupal\user

Code

const ANONYMOUS_ID = AccountInterface::ANONYMOUS_ROLE;