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

Return status for saving which deleted an existing item.

2 uses of SAVED_DELETED
taxonomy_del_term in modules/taxonomy/taxonomy.module
Delete a term.
taxonomy_del_vocabulary in modules/taxonomy/taxonomy.module
Delete a vocabulary.

File

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

Code

define('SAVED_DELETED', 3);