DRUPAL_AUTHENTICATED_RID
Same name in other branches
- 8.9.x core/includes/bootstrap.inc \DRUPAL_AUTHENTICATED_RID
Role ID for authenticated users; should match what's in the "role" table.
17 uses of DRUPAL_AUTHENTICATED_RID
- CommentInterfaceTest::setEnvironment in modules/
comment/ comment.test - Re-configures the environment, module settings, and user permissions.
- comment_node_update_index in modules/
comment/ comment.module - Implements hook_node_update_index().
- FilterAdminTestCase::testFilterAdmin in modules/
filter/ filter.test - Tests filter administration functionality.
- minimal_install in profiles/
minimal/ minimal.install - Implements hook_install().
- NodeAdminTestCase::setUp in modules/
node/ node.test - Sets up a Drupal site for running functional and integration tests.
File
-
includes/
bootstrap.inc, line 167
Code
define('DRUPAL_AUTHENTICATED_RID', 2);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.