You are here

public function MigrateNameHandler::__construct in Name Field 7

Declares the types of fields used.

Overrides MigrateHandler::__construct

File

./name.migrate.inc, line 31
Support for migration into Name fields.

Class

MigrateNameHandler
Allows using Name fields as Migrate destinations.

Code

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