You are here

public function MigratePathautoHandler::__construct in Migrate Extras 7.2

Same name and namespace in other branches
  1. 6.2 pathauto.inc \MigratePathautoHandler::__construct()

Overrides MigrateHandler::__construct

File

./pathauto.inc, line 12
Support for the Pathauto module.

Class

MigratePathautoHandler
Field handler.

Code

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