book_admin_edit_submit in modules/book/book.admin.inc
Form submission handler for book_admin_edit().
callback_batch_operation in modules/system/form.api.php
Perform a single batch operation.
callback_queue_worker in modules/system/system.api.php
Work on a single queue item.
CommentInterfaceTest::setEnvironment in modules/comment/comment.test
Re-configures the environment, module settings, and user permissions.
CommentRSSUnitTest::testCommentRSS in modules/comment/comment.test
Test comments as part of an RSS feed.
DrupalWebTestCase::drupalCreateNode in modules/simpletest/drupal_web_test_case.php
Creates a node based on default settings.
EntityCrudHookTestCase::testCommentHooks in modules/simpletest/tests/entity_crud_hook_test.test
Tests hook invocations for CRUD operations on comments.
EntityCrudHookTestCase::testNodeHooks in modules/simpletest/tests/entity_crud_hook_test.test
Tests hook invocations for CRUD operations on nodes.
FilePrivateTestCase::testPrivateFile in modules/file/tests/file.test
Tests file access for file uploaded to a private node.
FilePrivateTestCase::testPrivateFileDownloadAccessGranted in modules/file/tests/file.test
Tests file access for private nodes when file download access is granted.
ForumTestCase::testForum in modules/forum/forum.test
Tests forum functionality through the admin and user interfaces.
NodeCreationTestCase::testFailedPageCreation in modules/node/node.test
Verifies that a transaction rolls back the failed creation.
NodeRevisionPermissionsTestCase::setUp in modules/node/node.test
Sets up a Drupal site for running functional and integration tests.
NodeRevisionsTestCase::testNodeRevisionWithoutLogMessage in modules/node/node.test
Checks that revisions are correctly saved without log messages.
NodeSaveTestCase::testDeterminingChanges in modules/node/node.test
Tests determing changes in hook_node_presave() and verifies the static node load cache is cleared upon save.
NodeSaveTestCase::testImport in modules/node/node.test
Checks whether custom node IDs are saved properly during an import operation.
NodeSaveTestCase::testTimestamps in modules/node/node.test
Verifies accuracy of the "created" and "changed" timestamp functionality.
node_form_submit in modules/node/node.pages.inc
Form submission handler for node_form().
node_revision_revert_confirm_submit in modules/node/node.pages.inc
Form submission handler for node_revision_revert_confirm().
node_save_action in modules/node/node.module
Saves a node.
node_test_node_insert in modules/node/tests/node_test.module
Implements hook_node_insert().
PollCreateTestCase::testPollCreate in modules/poll/poll.test
SearchCommentCountToggleTestCase::testSearchCommentCountToggle in modules/search/search.test
Verify that comment count display toggles properly on comment status of node
SearchCommentTestCase::testSearchResultsComment in modules/search/search.test
Verify that comments are rendered using proper format in search results.
TaxonomyTermIndexTestCase::testTaxonomyIndex in modules/taxonomy/taxonomy.test
Tests that the taxonomy index is maintained properly.
_node_mass_update_helper in modules/node/node.admin.inc
Updates individual nodes when fewer than 10 are queued.