function hook_rules_element_upgrade_alter

D6 to D7 upgrade process hook for mapping action or condition configuration.

A alter hook that is called after the action/condition specific callback for each element of a configuration that is upgraded.

Parameters

$element: The element array of a configured condition or action which is to be upgraded.

$target: The Drupal 7 version of the configured element.

See also

hook_rules_action_base_upgrade()

Related topics

1 invocation of hook_rules_element_upgrade_alter()
rules_upgrade_convert_element in includes/rules.upgrade.inc
Convert a single element.

File

./rules.api.php, line 1038

Code

function hook_rules_element_upgrade_alter($element, $target) {
}