You are here

public function MigratePathEntityHandler::__construct in Migrate 7.2

Overrides MigrateHandler::__construct

File

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

Class

MigratePathEntityHandler
@file Support for paths in core Drupal objects

Code

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