46 uses of DRUPAL_ANONYMOUS_RID

AccessDeniedTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/System/AccessDeniedTest.php
Sets up a Drupal site for running functional and integration tests.
BookTest::testBookExport in drupal/core/modules/book/lib/Drupal/book/Tests/BookTest.php
Tests book export ("printer-friendly version") functionality.
BookTest::testBookNavigationBlock in drupal/core/modules/book/lib/Drupal/book/Tests/BookTest.php
Tests the functionality of the book navigation block.
BookTest::testNavigationBlockOnAccessModuleEnabled in drupal/core/modules/book/lib/Drupal/book/Tests/BookTest.php
Tests the book navigation block when an access module is enabled.
BreadcrumbTest::testBreadCrumbs in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/BreadcrumbTest.php
Tests breadcrumbs on node and administrative paths.
CommentAnonymousTest::setUp in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentAnonymousTest.php
Sets up a Drupal site for running functional and integration tests.
CommentAnonymousTest::testAnonymous in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentAnonymousTest.php
Tests anonymous comment functionality.
CommentApprovalTest::testApprovalAdminInterface in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentApprovalTest.php
Test comment approval functionality through admin/content/comment.
CommentApprovalTest::testApprovalNodeInterface in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentApprovalTest.php
Tests comment approval functionality through the node interface.
CommentAttributesTest::setUp in drupal/core/modules/rdf/lib/Drupal/rdf/Tests/CommentAttributesTest.php
Sets up a Drupal site for running functional and integration tests.
CommentBlockTest::testRecentCommentBlock in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentBlockTest.php
Tests the recent comments block.
CommentCSSTest::setUp in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentCSSTest.php
Sets up a Drupal site for running functional and integration tests.
CommentLinksTest::setEnvironment in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentLinksTest.php
Re-configures the environment, module settings, and user permissions.
CommentStatisticsTest::testCommentNodeCommentStatistics in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentStatisticsTest.php
Tests the node comment statistics.
comment_node_update_index in drupal/core/modules/comment/comment.module
Implements hook_node_update_index().
ContactPersonalTest::testPersonalContactAccess in drupal/core/modules/contact/lib/Drupal/contact/Tests/ContactPersonalTest.php
Tests access to the personal contact form.
ContactSitewideTest::testAutoReply in drupal/core/modules/contact/lib/Drupal/contact/Tests/ContactSitewideTest.php
Tests auto-reply on the site-wide contact form.
ContactSitewideTest::testSiteWideContact in drupal/core/modules/contact/lib/Drupal/contact/Tests/ContactSitewideTest.php
Tests configuration options and the site-wide contact form.
drupal_anonymous_user in drupal/core/includes/bootstrap.inc
Generates a default anonymous $user object.
FileFieldWidgetTest::testPrivateFileComment in drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldWidgetTest.php
Tests that download restrictions on private files work on comments.
FilterDefaultConfigTest::testInstallation in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterDefaultConfigTest.php
Tests installation of default formats.
FilterDefaultConfigTest::testUpdateRoles in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterDefaultConfigTest.php
Tests that changes to FilterFormat::$roles do not have an effect.
FilterSecurityTest::setUp in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterSecurityTest.php
Sets up a Drupal site for running functional and integration tests.
FormTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Form/FormTest.php
Sets up a Drupal site for running functional and integration tests.
ImageFieldDisplayTest::testImageFieldFormattersPrivate in drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldDisplayTest.php
Test image formatters on node display for private files.
minimal_install in drupal/core/profiles/minimal/minimal.install
Implements hook_install().
NodeBlockFunctionalTest::testRecentNodeBlock in drupal/core/modules/node/lib/Drupal/node/Tests/NodeBlockFunctionalTest.php
Tests the recent comments block.
PageNotFoundTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/System/PageNotFoundTest.php
Sets up a Drupal site for running functional and integration tests.
PhpTestBase::setUp in drupal/core/modules/php/lib/Drupal/php/Tests/PhpTestBase.php
Sets up a Drupal site for running functional and integration tests.
PictureFieldDisplayTest::testPictureFieldFormattersPrivate in drupal/core/modules/picture/lib/Drupal/picture/Tests/PictureFieldDisplayTest.php
Test picture formatters on node display for private files.
RoleAccessController::checkAccess in drupal/core/modules/user/lib/Drupal/user/RoleAccessController.php
Performs access checks.
RoleFormController::actions in drupal/core/modules/user/lib/Drupal/user/RoleFormController.php
Returns an array of supported actions for the current entity form.
RoleListController::getOperations in drupal/core/modules/user/lib/Drupal/user/RoleListController.php
Overrides \Drupal\Core\Entity\EntityListController::getOperations();
SearchCommentTest::testSearchResultsCommentAccess in drupal/core/modules/search/lib/Drupal/search/Tests/SearchCommentTest.php
Verify access rules for comment indexing with different permissions.
standard_install in drupal/core/profiles/standard/standard.install
Implements hook_install().
testing_install in drupal/core/profiles/testing/testing.install
Implements hook_install().
TrackerAttributesTest::setUp in drupal/core/modules/rdf/lib/Drupal/rdf/Tests/TrackerAttributesTest.php
Sets up a Drupal site for running functional and integration tests.
User::validateArgument in drupal/core/modules/user/lib/Drupal/user/Plugin/views/argument_validator/User.php
UserRoleAdminTest::testRoleAdministration in drupal/core/modules/user/lib/Drupal/user/Tests/UserRoleAdminTest.php
Test adding, renaming and deleting roles.
UserRoleUpgradePathTest::testRoleUpgrade in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/UserRoleUpgradePathTest.php
Tests expected role ID conversions after a successful upgrade.
UserRoleUpgradePathTest::testRoleUpgradeToConfig in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/UserRoleUpgradePathTest.php
Tests that roles were converted to config.
UserStorageController::attachLoad in drupal/core/modules/user/lib/Drupal/user/UserStorageController.php
Overrides Drupal\Core\Entity\DatabaseStorageController::attachLoad().
UserStorageController::postSave in drupal/core/modules/user/lib/Drupal/user/UserStorageController.php
Overrides Drupal\Core\Entity\DatabaseStorageController::postSave().
user_roles in drupal/core/modules/user/user.module
Retrieve an array of roles matching specified conditions.
user_user_role_delete in drupal/core/modules/user/user.module
Implements hook_user_role_delete().
user_user_role_insert in drupal/core/modules/user/user.module
Implements hook_user_role_insert().