- drupal
Return status for saving which involved creating a new item.
File
- core/
includes/ common.inc, line 47 - Common functions that many Drupal modules will need to reference.
Code
const SAVED_NEW = 1
Login or register to post commentsReturn status for saving which involved creating a new item.
const SAVED_NEW = 1
Login or register to post comments