Same name and namespace in other branches
  1. 10 core/includes/common.inc \SAVED_NEW
  2. 4.7.x includes/common.inc \SAVED_NEW
  3. 5.x includes/common.inc \SAVED_NEW
  4. 7.x includes/common.inc \SAVED_NEW
  5. 8.9.x core/includes/common.inc \SAVED_NEW
  6. 9 core/includes/common.inc \SAVED_NEW

Return status for saving which involved creating a new item.

1 use of SAVED_NEW
drupal_write_record in includes/common.inc
Save a record to the database based upon the schema.

File

includes/common.inc, line 14
Common functions that many Drupal modules will need to reference.

Code

define('SAVED_NEW', 1);