constant DRUPAL_AUTHENTICATED_RID

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

25 uses of DRUPAL_AUTHENTICATED_RID
AccessDeniedTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/System/AccessDeniedTest.php
Sets up a Drupal site for running functional and integration tests.
CommentAnonymousTest::setUp in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentAnonymousTest.php
Sets up a Drupal site for running functional and integration tests.
CommentLinksTest::setEnvironment in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentLinksTest.php
Re-configures the environment, module settings, and user permissions.
comment_node_update_index in drupal/core/modules/comment/comment.module
Implements hook_node_update_index().
FilterAdminTest::testFilterAdmin in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterAdminTest.php
Tests filter administration functionality.

... See full list

File

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

Code

const DRUPAL_AUTHENTICATED_RID = 'authenticated';