anonymous.inc in core/includes/anonymous.inc
CommentAnonymous::testAnonymous in core/modules/comment/tests/comment.test
Tests anonymous comment functionality.
CommentApprovalTest::testApprovalAdminInterface in core/modules/comment/tests/comment.test
Test comment approval functionality through admin/content/comment.
CommentApprovalTest::testApprovalNodeInterface in core/modules/comment/tests/comment.test
Tests comment approval functionality through the node interface.
CommentBlockFunctionalTest::testRecentCommentBlock in core/modules/comment/tests/comment.test
Tests the recent comments block.
CommentHelperCase::setUp in core/modules/comment/tests/comment.test
Sets up a Backdrop site for running functional and integration tests.
CommentInterfaceTest::setEnvironment in core/modules/comment/tests/comment.test
Re-configures the environment, module settings, and user permissions.
CommentInterfaceTest::testCommentNodeCommentStatistics in core/modules/comment/tests/comment.test
Tests the node comment statistics.
comment_node_update_index in core/modules/comment/comment.module
Implements hook_node_update_index().
ContactPersonalTestCase::testPersonalContactAccess in core/modules/contact/tests/contact.test
Tests access to the personal contact form.
ContactSitewideTestCase::testSiteWideContact in core/modules/contact/tests/contact.test
Tests configuration options and the site-wide contact form.
drupal.inc in core/includes/drupal.inc
Contains constants and function wrappers for Drupal 7.x compatibility.
FileFieldAnonymousSubmission::setUp in core/modules/file/tests/file.test
Sets up a Backdrop site for running functional and integration tests.
FileFieldWidgetTestCase::testTemporaryFileRemovalExploitAnonymous in core/modules/file/tests/file.test
Tests exploiting the temporary file removal for anonymous users using fid.
FilePrivateTestCase::testPrivateFile in core/modules/file/tests/file.test
Tests file access for file uploaded to a private node.
FilterCRUDTestCase::testTextFormatCRUD in core/modules/filter/tests/filter.test
Tests CRUD operations for text formats and filters.
FilterEditorAccessTestCase::setUp in core/modules/filter/tests/filter.test
FilterEditorAccessTestCase::testDialogAccess in core/modules/filter/tests/filter.test
Checks access to editor dialogs for adding images and links.
ImageFieldDisplayTestCase::testImageFieldFormattersPrivate in core/modules/image/tests/image.test
Test image formatters on node display for private files.
MenuBreadcrumbTestCase::testBreadCrumbs in core/modules/simpletest/tests/menu.test
Tests breadcrumbs on node and administrative paths.
minimal_install in core/profiles/minimal/minimal.install
Implements hook_install().
NodeBlockFunctionalTest::testRecentNodeBlock in core/modules/node/tests/node.test
Tests the recent content block.
node_views_analyze in core/modules/node/views/node.views.inc
Implements hook_views_analyze().
SearchCommentTestCase::setUp in core/modules/search/tests/search.test
Sets up a Backdrop site for running functional and integration tests.
SearchCommentTestCase::testSearchResultsComment in core/modules/search/tests/search.test
Verify that comments are rendered using proper format in search results.
SearchCommentTestCase::testSearchResultsCommentAccess in core/modules/search/tests/search.test
Verify access rules for comment indexing with different permissions.
standard_install in core/profiles/standard/standard.install
Implements hook_install().
theme_user_admin_roles in core/modules/user/user.theme.inc
Returns HTML for the role order form.
TokenUserTestCase::testUserTokens in core/modules/simpletest/tests/token.test
UserRoleAdminTestCase::testRoleAdministration in core/modules/user/tests/user.test
Test adding, renaming and deleting roles.
UserStorageController::attachLoad in core/modules/user/user.entity.inc
Overrides EntityDatabaseStorageController::attachLoad().
UserStorageController::postSave in core/modules/user/user.entity.inc
Overrides EntityDatabaseStorageController::postSave().
user_admin_roles in core/modules/user/user.admin.inc
Form to re-order roles.
user_role_delete_access in core/modules/user/user.module
Menu access callback for deleting a user.
views_check_roles in core/modules/views/views.module
Access callback for the views_plugin_access_role access plugin.
views_plugin_argument_validate_user::validate_argument in core/modules/user/views/views_plugin_argument_validate_user.inc