You are here

public function MigrateTermLevelFieldHandler::__construct in Term Level Field 7

Overrides MigrateHandler::__construct

File

./term_level.migrate.inc, line 34
Term Level Migrate hooks and implementation.

Class

MigrateTermLevelFieldHandler
Primary value passed to this field must be tid of the referenced term.

Code

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