function rules_condition_data_is_help

Provides configuration help for the data_is condition.

Related topics

File

modules/data.rules.inc, line 701

Code

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