public function PathautoMigrationHandler::__construct in Pathauto 7
Overrides MigrateHandler::__construct
File
- ./
pathauto.migrate.inc, line 12 - Support for the Pathauto module.
Class
- PathautoMigrationHandler
- Field handler.
Code
public function __construct() {
$this
->registerTypes(array(
'entity',
));
}