You are here

public function MigrateProfileUserHandler::__construct in Migrate 6.2

Overrides MigrateHandler::__construct

File

plugins/destinations/profile.inc, line 14
Support for profile.module fields as a destination.

Class

MigrateProfileUserHandler
Destination class handling profile.module data.

Code

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