You are here

function rules_condition_check_boolean_help in Rules 6

Related topics

File

rules/modules/rules.rules_forms.inc, line 40
Forms for the integration provided by rules

Code

function rules_condition_check_boolean_help() {
  return t('Check a <a href="http://en.wikipedia.org/wiki/Logical_value">truth value</a>, i.e. TRUE or FALSE.');
}