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