function rules_condition_entity_is_new_help

Help callback for condition entity_is_new.

Related topics

File

modules/entity.rules.inc, line 455

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.');
}