You are here

function rules_condition_entity_is_new_help in Rules 7.2

Help callback for condition entity_is_new.

Related topics

File

modules/entity.rules.inc, line 455
General entity related rules integration.

Code

function rules_condition_entity_is_new_help() {
  return t('This condition determines whether the specified entity has just been created and has not yet been saved to the database.');
}