12 uses of SAVED_NEW

DrupalDataApiTest::testDrupalWriteRecord in drupal-7.x/modules/simpletest/tests/common.test
Test the drupal_write_record() API function.
DrupalWebTestCase::drupalCreateContentType in drupal-7.x/modules/simpletest/drupal_web_test_case.php
Creates a custom content type based on default settings.
drupal_write_record in drupal-7.x/includes/common.inc
Saves (inserts or updates) a record to the database based upon the schema.
filter_admin_format_form_submit in drupal-7.x/modules/filter/filter.admin.inc
Form submission handler for filter_admin_format_form().
filter_format_save in drupal-7.x/modules/filter/filter.module
Saves a text format object to the database.
forum_form_submit in drupal-7.x/modules/forum/forum.admin.inc
Form submission handler for forum_form_forum() and forum_form_container().
menu_save in drupal-7.x/modules/menu/menu.module
Save a custom menu.
node_type_form_submit in drupal-7.x/modules/node/content_types.inc
Form submission handler for node_type_form().
node_type_save in drupal-7.x/modules/node/node.module
Saves a node type to the database.
RdfCrudTestCase::testCRUD in drupal-7.x/modules/rdf/rdf.test
Test inserting, loading, updating, and deleting RDF mappings.
taxonomy_form_term_submit in drupal-7.x/modules/taxonomy/taxonomy.admin.inc
Submit handler to insert or update a term.
taxonomy_form_vocabulary_submit in drupal-7.x/modules/taxonomy/taxonomy.admin.inc
Form submission handler for taxonomy_form_vocabulary().