You are here

public function MigrateNodewordsNodeHandler::__construct in Migrate Extras 6.2

Overrides MigrateHandler::__construct

File

./nodewords.inc, line 9
Support for importing META information into the Nodewords module.

Class

MigrateNodewordsNodeHandler
@file Support for importing META information into the Nodewords module.

Code

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