You are here

function button_field_condition_button_is_upgrade_map_name in Button Field 7

Same name and namespace in other branches
  1. 8 button_field.rules.inc \button_field_condition_button_is_upgrade_map_name()

Implements hook_rules_action_base_upgrade_map_name().

Returns the approproate name for the Drupal 7 version of the button_is condition.

File

./button_field.rules.inc, line 116
Rules integration for the button_field module.

Code

function button_field_condition_button_is_upgrade_map_name($element) {
  return 'button_field_compare_button';
}