25 calls to node_save()

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