You are here

public function MigratePathNodeHandler::__construct in Migrate 6.2

Overrides MigrateHandler::__construct

File

plugins/destinations/path.inc, line 9
Support for paths in core Drupal objects

Class

MigratePathNodeHandler
@file Support for paths in core Drupal objects

Code

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