constant SAVED_DELETED
- 7.x drupal-7.x/includes/common.inc SAVED_DELETED
- 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_del_term in drupal-6.x/
modules/ taxonomy/ taxonomy.module - Delete a term.
- taxonomy_del_vocabulary in drupal-6.x/
modules/ taxonomy/ taxonomy.module - Delete a vocabulary.
File
- drupal-6.x/
includes/ common.inc, line 24 - Common functions that many Drupal modules will need to reference.
Code
define('SAVED_DELETED', 3)