constant SAVED_DELETED

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

Return status for saving which deleted an existing item.

2 uses of SAVED_DELETED
taxonomy_term_delete in drupal-7.x/modules/taxonomy/taxonomy.module
Delete a term.
taxonomy_vocabulary_delete in drupal-7.x/modules/taxonomy/taxonomy.module
Delete a vocabulary.

File

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

Code

define('SAVED_DELETED', 3)