constant DRUPAL_AUTHENTICATED_RID

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

34 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().
FileFieldWidgetTest::testPrivateFileComment in drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldWidgetTest.php
Tests that download restrictions on private files work on comments.

... See full list

File

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

Code

const DRUPAL_AUTHENTICATED_RID = 'authenticated';