36 uses of DRUPAL_ANONYMOUS_RID
- BookTestCase::testBookExport in drupal-7.x/
modules/ book/ book.test - Tests book export ("printer-friendly version") functionality.
- BookTestCase::testBookNavigationBlock in drupal-7.x/
modules/ book/ book.test - Tests the functionality of the book navigation block.
- BookTestCase::testNavigationBlockOnAccessModuleEnabled in drupal-7.x/
modules/ book/ book.test - Tests the book navigation block when an access module is enabled.
- CommentAnonymous::testAnonymous in drupal-7.x/
modules/ comment/ comment.test - Test anonymous comment functionality.
- CommentApprovalTest::testApprovalAdminInterface in drupal-7.x/
modules/ comment/ comment.test - Test comment approval functionality through admin/content/comment.
- CommentApprovalTest::testApprovalNodeInterface in drupal-7.x/
modules/ comment/ comment.test - Test comment approval functionality through node interface.
- CommentBlockFunctionalTest::testRecentCommentBlock in drupal-7.x/
modules/ comment/ comment.test - Test the recent comments block.
- CommentInterfaceTest::setEnvironment in drupal-7.x/
modules/ comment/ comment.test - Re-configures the environment, module settings, and user permissions.
- CommentInterfaceTest::testCommentNodeCommentStatistics in drupal-7.x/
modules/ comment/ comment.test - Tests the node comment statistics.
- ContactPersonalTestCase::testPersonalContactAccess in drupal-7.x/
modules/ contact/ contact.test - Tests access to the personal contact form.
- ContactSitewideTestCase::testSiteWideContact in drupal-7.x/
modules/ contact/ contact.test - Tests configuration options and the site-wide contact form.
- drupal_anonymous_user in drupal-7.x/
includes/ bootstrap.inc - Generates a default anonymous $user object.
- FileFieldWidgetTestCase::testPrivateFileComment in drupal-7.x/
modules/ file/ tests/ file.test - Tests that download restrictions on private files work on comments.
- 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.
- ImageFieldDisplayTestCase::testImageFieldFormattersPrivate in drupal-7.x/
modules/ image/ image.test - Test image formatters on node display for private files.
- MenuBreadcrumbTestCase::testBreadCrumbs in drupal-7.x/
modules/ simpletest/ tests/ menu.test - Tests breadcrumbs on node and administrative paths.
- minimal_install in drupal-7.x/
profiles/ minimal/ minimal.install - Implements hook_install().
- NodeBlockFunctionalTest::testRecentNodeBlock in drupal-7.x/
modules/ node/ node.test - Tests the recent comments block.
- PHPTestCase::setUp in drupal-7.x/
modules/ php/ php.test - Sets up a Drupal site for running functional and integration tests.
- PollVoteCheckHostname::setUp in drupal-7.x/
modules/ poll/ poll.test - Sets up a Drupal site for running functional and integration tests.
- RdfCommentAttributesTestCase::setUp in drupal-7.x/
modules/ rdf/ rdf.test - Sets up a Drupal site for running functional and integration tests.
- RdfTrackerAttributesTestCase::setUp in drupal-7.x/
modules/ rdf/ rdf.test - Sets up a Drupal site for running functional and integration tests.
- SearchCommentTestCase::testSearchResultsComment in drupal-7.x/
modules/ search/ search.test - Verify that comments are rendered using proper format in search results.
- 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().
- testing_install in drupal-7.x/
profiles/ testing/ testing.install - Implements hook_install().
- 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_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_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.