You are here

constant DRUPAL_AUTHENTICATED_RID in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/includes/bootstrap.inc \DRUPAL_AUTHENTICATED_RID

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

File

core/includes/bootstrap.inc, line 67
Functions that need to be loaded on every Drupal request.

Code

const DRUPAL_AUTHENTICATED_RID = AccountInterface::AUTHENTICATED_ROLE;