You are here

public function MigrateFivestarFieldHandler::__construct in Fivestar 7.2

Overrides MigrateHandler::__construct

File

./fivestar.migrate.inc, line 27
Base integration with the Migrate API class.

Class

MigrateFivestarFieldHandler
Custom extended MigrateFieldHandler class for FiveStar module.

Code

public function __construct() {
  $this
    ->registerTypes(array(
    'fivestar',
  ));
}