You are here

public function WeightNodeHandler::__construct in Weight 7.2

Overrides MigrateHandler::__construct

File

./weight.migrate.inc, line 21
Migrate support for weight.

Class

WeightNodeHandler

Code

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