constant DRUPAL_ANONYMOUS_RID

Same name and namespace in other branches
  1. 6.x drupal-6.x/includes/bootstrap.inc \DRUPAL_ANONYMOUS_RID

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

Archivo

drupal-7.x/includes/bootstrap.inc, line 162
Functions that need to be loaded on every Drupal request.

Código

define('DRUPAL_ANONYMOUS_RID', 1)