public function MigrateFivestarFieldHandler::fields in Fivestar 7.2
File
- ./
fivestar.migrate.inc, line 34 - Base integration with the Migrate API class.
Class
- MigrateFivestarFieldHandler
- Custom extended MigrateFieldHandler class for FiveStar module.
Code
public function fields($type, $parent_field, $migration = NULL) {
$fields = array(
'target' => t('Ratings: The target of the rating.'),
);
return $fields;
}