Same name and namespace in other branches
  1. 4.7.x includes/bootstrap.inc \DRUPAL_ANONYMOUS_RID
  2. 6.x includes/bootstrap.inc \DRUPAL_ANONYMOUS_RID
  3. 7.x includes/bootstrap.inc \DRUPAL_ANONYMOUS_RID
  4. 8.9.x core/includes/bootstrap.inc \DRUPAL_ANONYMOUS_RID

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

2 uses of DRUPAL_ANONYMOUS_RID
system_install in modules/system/system.install
Implementation of hook_install().
system_update_171 in modules/system/system.install

File

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

Code

define('DRUPAL_ANONYMOUS_RID', 1);