DRUPAL_AUTHENTICATED_RID

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

Deprecated

in Drupal 8.0.0, will be removed before Drupal 9.0.0. Use Drupal\Core\Session\AccountInterface::AUTHENTICATED_ROLE or \Drupal\user\RoleInterface::AUTHENTICATED_ID instead.

File

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

Code

const DRUPAL_AUTHENTICATED_RID = AccountInterface::AUTHENTICATED_ROLE;
doc_Drupal
2016-10-29 09:03:09
Comments
Leave a Comment

Please login to continue.