constant DRUPAL_AUTHENTICATED_RID
- 7.x drupal-7.x/includes/bootstrap.inc DRUPAL_AUTHENTICATED_RID
- 6.x drupal-6.x/includes/bootstrap.inc DRUPAL_AUTHENTICATED_RID
Role ID for authenticated users; should match what's in the "role" table.
30 uses of DRUPAL_AUTHENTICATED_RID
- BlockTestCase::testBlockVisibility in drupal-7.x/
modules/ block/ block.test - Test block visibility.
- BlockTestCase::testCustomBlock in drupal-7.x/
modules/ block/ block.test - Test creating custom block, moving it to a specific region and then deleting it.
- CommentInterfaceTest::setEnvironment in drupal-7.x/
modules/ comment/ comment.test - Re-configures the environment, module settings, and user permissions.
- comment_node_update_index in drupal-7.x/
modules/ comment/ comment.module - Implements hook_node_update_index().
- contact_update_7002 in drupal-7.x/
modules/ contact/ contact.install - Enable the 'access user contact forms' for registered users by default.
File
- drupal-7.x/
includes/ bootstrap.inc, line 167 - Functions that need to be loaded on every Drupal request.
Code
define('DRUPAL_AUTHENTICATED_RID', 2)