You are here

public function MigratePageTitleNodeHandler::__construct in Migrate Extras 6.2

Overrides MigrateHandler::__construct

File

./page_title.inc, line 9
Support for titles into the Page Title module.

Class

MigratePageTitleNodeHandler
@file Support for titles into the Page Title module.

Code

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