name] = array( 'name' => t('Profile: @name', array('@name' => $record->title)), 'description' => t('Profile: @name', array('@name' => $record->title)), 'callback' => 'profile_feeds_set_target', ); } } } /** * Set the user profile target after import. */ function profile_feeds_set_target($source, $entity, $target, $value, $mapping) { $entity->$target = $value; }