function rules_action_load_comment_upgrade_map_name in Rules 7.2
Comment.module integration.
File
- includes/
rules.upgrade.inc, line 391 - Contains code for upgrading rule configurations from 6.x-1.x to 7.x-2.x.
Code
function rules_action_load_comment_upgrade_map_name($element) {
return 'entity_fetch';
}