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