You are here

function rules_condition_data_is_help in Rules 7.2

Provides configuration help for the data_is condition.

Related topics

File

modules/data.rules.inc, line 701
General data related rules integration.

Code

function rules_condition_data_is_help() {
  return array(
    '#markup' => t('Compare two data values of the same type with each other.'),
  );
}