constant SAVED_NEW in Drupal 5
Same name and namespace in other branches
- 8 core/includes/common.inc \SAVED_NEW
- 4 includes/common.inc \SAVED_NEW
- 6 includes/common.inc \SAVED_NEW
- 7 includes/common.inc \SAVED_NEW
- 9 core/includes/common.inc \SAVED_NEW
Return status for saving which involved creating a new item.
9 uses of SAVED_NEW
- forum_form_submit in modules/
forum/ forum.module - Process forum form and container form submissions.
- menu_edit_item_save in modules/
menu/ menu.module - Save changes to a menu item into the database.
- menu_save_item in modules/
menu/ menu.module - Save a menu item to the database.
- node_type_form_submit in modules/
node/ content_types.inc - Implementation of hook_form_submit().
- node_type_save in modules/
node/ node.module - Saves a node type to the database.
File
- includes/
common.inc, line 14 - Common functions that many Drupal modules will need to reference.
Code
define('SAVED_NEW', 1);