Return status for saving which involved creating a new item.
File
- includes/
common.inc, line 44 - Common functions that many Backdrop modules will need to reference.
Code
define('SAVED_NEW', 1)
Return status for saving which involved creating a new item.
define('SAVED_NEW', 1)