ajax_example_node_by_author_autocomplete_submit in modules/examples/ajax_example/ajax_example_autocomplete.inc
Submit handler for node lookup unique autocomplete example.
ajax_example_node_by_author_autocomplete_validate in modules/examples/ajax_example/ajax_example_autocomplete.inc
Validate handler to convert our title string into a nid.
ajax_example_unique_autocomplete_submit in modules/examples/ajax_example/ajax_example_autocomplete.inc
Submit handler for node lookup unique autocomplete example.
ajax_example_unique_autocomplete_validate in modules/examples/ajax_example/ajax_example_autocomplete.inc
Node title validation handler.
batch_example_op_1 in modules/examples/batch_example/batch_example.module
Batch operation for batch 1: load a node.
batch_example_op_2 in modules/examples/batch_example/batch_example.module
Batch operation for batch 2 : load all nodes, 5 by five.
BookTestCase::testBookDelete in core/modules/book/tests/book.test
Tests the access for deleting top-level book nodes.
book_admin_edit_submit in core/modules/book/book.admin.inc
Form submission handler for book_admin_edit().
book_block_view in core/modules/book/book.module
Implements hook_block_view().
book_form_node_delete_confirm_alter in core/modules/book/book.module
Implements hook_form_FORM_ID_alter().
book_node_predelete in core/modules/book/book.module
Implements hook_node_predelete().
callback_batch_operation in core/modules/system/form.api.php
Perform a single batch operation.
callback_queue_worker in core/modules/system/system.api.php
Work on a single queue item.
CommentInterfaceTest::testCommentNodeCommentStatistics in core/modules/comment/tests/comment.test
Tests the node comment statistics.
CommentPagerTest::testCommentNewPageIndicator in core/modules/comment/tests/comment.test
Tests comment_new_page_count().
CommentStorageController::buildContent in core/modules/comment/comment.entity.inc
Implements EntityControllerInterface::buildContent().
CommentStorageController::preSave in core/modules/comment/comment.entity.inc
Overrides EntityDatabaseStorageController::preSave().
CommentStorageController::view in core/modules/comment/comment.entity.inc
Overrides DefaultEntityController::view().
CommentTokenReplaceTestCase::testCommentTokenReplacement in core/modules/comment/tests/comment.test
Creates a comment, then tests the tokens generated from it.
comment_edit_page in core/modules/comment/comment.module
Page callback: Displays the comment editing form.
comment_file_download_access in core/modules/comment/comment.module
Implements hook_file_download_access().
comment_form in core/modules/comment/comment.module
Form constructor for the basic commenting form.
comment_form_submit in core/modules/comment/comment.module
Form submission handler for comment_form().
comment_permalink in core/modules/comment/comment.module
Redirects comment links to the correct page depending on comment settings.
comment_preview in core/modules/comment/comment.module
Generates a comment preview.
comment_tokens in core/modules/comment/comment.tokens.inc
Implements hook_tokens().
DashboardWelcomeBlock::getContent in core/modules/dashboard/includes/block.welcome.inc
Return the content of a block.
EntityCrudHookTestCase::testNodeHooks in core/modules/entity/tests/entity_crud_hook_test.test
Tests hook invocations for CRUD operations on nodes.
FieldTestPermissionsExample::testFieldnoteEditPerms in modules/examples/field_permission_example/tests/field_permission_example.test
Test edit permissions.
FieldTestPermissionsExample::testFieldnoteViewPerms in modules/examples/field_permission_example/tests/field_permission_example.test
Test view permissions.
FileFieldAnonymousSubmission::testAnonymousNode in core/modules/file/tests/file.test
Tests the basic node submission for an anonymous visitor.
FileFieldAnonymousSubmission::testAnonymousNodeWithFile in core/modules/file/tests/file.test
Tests file submission for an anonymous visitor.
FileFieldAnonymousSubmission::_testNodeWithFileWithoutTitle in core/modules/file/tests/file.test
Helper method to test file submissions with missing node titles.
FileFieldDisplayTestCase::testNodeDisplay in core/modules/file/tests/file.test
Tests normal formatter display on node display.
FileFieldPathTestCase::testUploadPath in core/modules/file/tests/file.test
Tests the normal formatter display on node display.
FileFieldRevisionTestCase::testRevisions in core/modules/file/tests/file.test
Tests creating multiple revisions of a node and managing attached files.
FileFieldValidateTestCase::testFileExtension in core/modules/file/tests/file.test
Tests file extension checking.
FileFieldValidateTestCase::testFileMaxSize in core/modules/file/tests/file.test
Tests the max file size validator.
FileFieldValidateTestCase::testRequired in core/modules/file/tests/file.test
Tests the required property on file fields.
FileFieldWidgetTestCase::testMultiValuedWidget in core/modules/file/tests/file.test
Tests upload and remove buttons for multiple multi-valued File fields.
FileFieldWidgetTestCase::testPrivateFileSetting in core/modules/file/tests/file.test
Tests a file field with a "Private files" upload destination setting.
FileFieldWidgetTestCase::testSingleValuedWidget in core/modules/file/tests/file.test
Tests upload and remove buttons for a single-valued File field.
FilePrivateTestCase::testPrivateFile in core/modules/file/tests/file.test
Tests file access for file uploaded to a private node.
FilePrivateTestCase::testPrivateFileDownloadAccessGranted in core/modules/file/tests/file.test
Tests file access for private nodes when file download access is granted.
FileTestHelper::uploadNodeFile in core/modules/file/tests/file.test
Uploads a file to a node.
FileTokenReplaceTestCase::testFileTokenReplacement in core/modules/file/tests/file.test
Creates a file, then tests the tokens generated from it.
GenericFieldTest::createFieldContentForUser in modules/examples/field_permission_example/tests/field_permission_example.test
Create a node with some field content.
hook_search_execute in core/modules/search/search.api.php
Execute a search for a set of key words.
hook_update_index in core/modules/search/search.api.php
Update the search index for this module.
ImageAdminStylesUnitTest::testStyleReplacement in core/modules/image/tests/image.test
Test deleting a style and choosing a replacement style.
ImageFieldDefaultImagesTestCase::testDefaultImages in core/modules/image/tests/image.test
Tests CRUD for fields and fields instances with default images.
ImageFieldDisplayTestCase::testImageFieldDefaultImage in core/modules/image/tests/image.test
Test use of a default image with an image field.
ImageFieldDisplayTestCase::testImageFieldSettings in core/modules/image/tests/image.test
Tests for image field settings.
ImageFieldDisplayTestCase::_testImageFieldFormatters in core/modules/image/tests/image.test
Test image formatters on node display.
ImageFieldValidateTestCase::testOrientation in core/modules/image/tests/image.test
Test image rotation resulting from EXIF data. Requires a special test image, file rotate90cw.jpg.
ImageFieldValidateTestCase::testTypeSupport in core/modules/image/tests/image.test
Test for supported image types.
ImageStyleTokenTests::testTokens in core/modules/image/tests/token.test
Test that the image style tokens exist.
LanguageUpgradePathTestCase::testLanguageUpgrade in core/modules/simpletest/tests/upgrade/upgrade.language.test
Tests a successful upgrade.
LinkValidateTest::testXss in core/modules/link/tests/link.validate.test
Test if a bad URL will display if validation is disabled.
LinkValidateTest::validateUrl in core/modules/link/tests/link.validate.test
Checks if a URL is valid through the UI.
MenuTestCase::testMenu in core/modules/menu/tests/menu.test
Login users, add menus and menu links, and test menu functionality through the admin and user interfaces.
NodeAccessExampleTestCase::testNodeAccessBasic in modules/examples/node_access_example/tests/node_access_example.test
Test the "private" node access.
NodeAccessRecordsUnitTest::testNodeAccessRecords in core/modules/node/tests/node.test
Creates a node and tests the creation of node access rules.
NodeBlock::getContent in core/modules/node/node.block.inc
Sets block content on block view.
NodeBlock::getTitle in core/modules/node/node.block.inc
Sets block subject on block view.
NodeBlock::loadTranslatedNode in core/modules/node/node.block.inc
NodeLayoutRevisionTestCase::setUp in core/modules/node/tests/node.test
Sets up test case.
NodePublishScheduling::testNodeTypeCreateDefaultDraft in core/modules/node/tests/node.test
NodeRevisionsTestCase::setUp in core/modules/node/tests/node.test
NodeRevisionsTestCase::testNodeRevisionWithoutLogMessage in core/modules/node/tests/node.test
Checks that revisions are correctly saved without log messages.
NodeRevisionsTestCase::testRevisions in core/modules/node/tests/node.test
Checks node revision related operations.
NodeSaveTestCase::testDeterminingChanges in core/modules/node/tests/node.test
Tests determining changes in hook_node_presave() and verifies the static node load cache is cleared upon save.
NodeSaveTestCase::testImport in core/modules/node/tests/node.test
Checks whether custom node IDs are saved properly during an import operation.
NodeTokenReplaceTestCase::testNodeTokenReplacement in core/modules/node/tests/node.test
Creates a node, then tests the tokens generated from it.
node_access_rebuild in core/modules/node/node.module
Rebuilds the node access database.
node_autocomplete_validate in core/modules/node/node.pages.inc
Node title validation handler.
node_cron in core/modules/node/node.module
Implements hook_cron().
node_delete_confirm_submit in core/modules/node/node.pages.inc
Form submission handler for node_delete_confirm().
node_revision_delete in core/modules/node/node.module
Deletes a node revision.
node_search_execute in core/modules/node/node.module
Implements hook_search_execute().
node_tokens in core/modules/node/node.tokens.inc
Implements hook_tokens().
node_type_example_page in modules/examples/node_type_example/node_type_example.module
Callback that builds our content.
PageEditTestCase::testPageAuthoredBy in core/modules/node/tests/node.test
Tests changing a node's "authored by" field.
PageEditTestCase::testPageEdit in core/modules/node/tests/node.test
Checks node edit functionality.
PageViewTestCase::testPageView in core/modules/node/tests/node.test
Tests an anonymous and unpermissioned user attempting to edit the node.
SummaryLengthTestCase::testSummaryLength in core/modules/node/tests/node.test
Tests the node summary length functionality.
template_preprocess_views_view_row_search in core/modules/search/views/search.views.inc
Template helper for theme_views_view_row_search
TokenMenuTestCase::testMenuTokens in core/modules/simpletest/tests/token.test
translation_language_switch_links_alter in core/modules/translation/translation.module
Implements hook_language_switch_links_alter().
translation_node_overview in core/modules/translation/translation.pages.inc
Page callback: Displays a list of a node's translations.
translation_node_prepare in core/modules/translation/translation.module
Implements hook_node_prepare().
translation_path_get_translations in core/modules/translation/translation.module
Returns the paths of all translations of a node, based on its Backdrop path.
UserCancelTestCase::testUserAnonymize in core/modules/user/tests/user.test
Delete account and anonymize all content.
UserCancelTestCase::testUserBlockUnpublish in core/modules/user/tests/user.test
Disable account and unpublish all content.
UserCancelTestCase::testUserCancelInvalid in core/modules/user/tests/user.test
Attempt invalid account cancellations.
UserCancelTestCase::testUserCancelWithoutPermission in core/modules/user/tests/user.test
Attempt to cancel account without permission.
UserCancelTestCase::testUserDelete in core/modules/user/tests/user.test
Delete account and remove all content.
views_handler_argument_date::get_default_argument in core/modules/views/handlers/views_handler_argument_date.inc
Set the empty argument value to the current date, formatted appropriately for this argument.
views_plugin_argument_default_book_root::get_argument in core/modules/book/views/views_plugin_argument_default_book_root.inc
Return the default argument.
views_plugin_argument_default_user::get_argument in core/modules/user/views/views_plugin_argument_default_user.inc
Return the default argument.
views_plugin_argument_validate_node::validate_argument in core/modules/node/views/views_plugin_argument_validate_node.inc
_comment_close_all in core/modules/comment/comment.module
Close all comments that meet the current threshold.
_node_mass_update_helper in core/modules/node/node.admin.inc
Updates individual nodes when fewer than 10 are queued.
_node_revision_access in core/modules/node/node.module
Access callback: Checks node revision access.