You are here

function workflow_ng_condition_token_compare_upgrade in Rules 6

The following functions help converting actions when upgrading from workflow-ng

Related topics

File

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

Code

function workflow_ng_condition_token_compare_upgrade(&$element) {
  $element['#name'] = 'rules_condition_text_compare';
}