function role_expire_set_target in Role Expire 7
Callback for mapping. Here is where the actual mapping happens.
1 string reference to 'role_expire_set_target'
- role_expire_feeds_processor_targets_alter in ./
role_expire.module - Implementation of hook_feeds_node_processor_targets_alter().
File
- ./
role_expire.module, line 724 - Role Expire module
Code
function role_expire_set_target($source, $entity, $target, $value) {
$entity->{$target} = $value[0];
}