constant SAVED_NEW

  1. 7.x drupal-7.x/includes/common.inc SAVED_NEW
  2. 6.x drupal-6.x/includes/common.inc SAVED_NEW

Return status for saving which involved creating a new item.

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.

... See full list

File

drupal-7.x/includes/common.inc, line 45
Common functions that many Drupal modules will need to reference.

Code

define('SAVED_NEW', 1)