RoleInterface::AUTHENTICATED_ID

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

File

core/modules/user/src/RoleInterface.php, line 23

Class

RoleInterface
Provides an interface defining a user role entity.

Namespace

Drupal\user

Code

const AUTHENTICATED_ID = AccountInterface::AUTHENTICATED_ROLE;
doc_Drupal
2016-10-29 09:38:50
Comments
Leave a Comment

Please login to continue.