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.
- FilterAdminTestCase::testFilterAdmin in drupal-7.x/
modules/ filter/ filter.test - Tests filter administration functionality.
- FilterHooksTestCase::testFilterHooks in drupal-7.x/
modules/ filter/ filter.test - Tests hooks on format management.
- minimal_install in drupal-7.x/
profiles/ minimal/ minimal.install - Implements hook_install().
- NodeAccessTestCase::setUp in drupal-7.x/
modules/ node/ node.test - Sets up a Drupal site for running functional and integration tests.
- NodeAdminTestCase::setUp in drupal-7.x/
modules/ node/ node.test - Sets up a Drupal site for running functional and integration tests.
- PHPTestCase::setUp in drupal-7.x/
modules/ php/ php.test - Sets up a Drupal site for running functional and integration tests.
- SearchCommentTestCase::testSearchResultsCommentAccess in drupal-7.x/
modules/ search/ search.test - Verify access rules for comment indexing with different permissions.
- standard_install in drupal-7.x/
profiles/ standard/ standard.install - Implements hook_install().
- system_update_7029 in drupal-7.x/
modules/ system/ system.install - Add new 'view own unpublished content' permission for authenticated users. Preserves legacy behavior from Drupal 6.x.
- testing_install in drupal-7.x/
profiles/ testing/ testing.install - Implements hook_install().
- theme_comment_post_forbidden in drupal-7.x/
modules/ comment/ comment.module - Returns HTML for a "you can't post comments" notice.
- theme_user_admin_roles in drupal-7.x/
modules/ user/ user.admin.inc - Returns HTML for the role order and new role form.
- UserController::attachLoad in drupal-7.x/
modules/ user/ user.module - Attaches data to entities upon loading.
- UserRoleAdminTestCase::testRoleAdministration in drupal-7.x/
modules/ user/ user.test - Test adding, renaming and deleting roles.
- user_account_form in drupal-7.x/
modules/ user/ user.module - Helper function to add default user account fields to user registration and edit form.
- user_admin_role in drupal-7.x/
modules/ user/ user.admin.inc - Form to configure a single role.
- user_admin_settings in drupal-7.x/
modules/ user/ user.admin.inc - Form builder; Configure user settings for this site.
- user_build_filter_query in drupal-7.x/
modules/ user/ user.module - Extends a query object for user administration filters based on session.
- user_filters in drupal-7.x/
modules/ user/ user.module - List user administration filters that can be applied.
- user_install in drupal-7.x/
modules/ user/ user.install - Implements hook_install().
- user_roles in drupal-7.x/
modules/ user/ user.module - Retrieve an array of roles matching specified conditions.
- user_role_edit_access in drupal-7.x/
modules/ user/ user.module - Menu access callback for user role editing.
- user_save in drupal-7.x/
modules/ user/ user.module - Save changes to a user account or add a new user.
- user_user_operations in drupal-7.x/
modules/ user/ user.module - Implements hook_user_operations().
- _drupal_session_read in drupal-7.x/
includes/ session.inc - Reads an entire session from the database (internal use only).