public function MigrateNameHandler::__construct in Migrate Extras 7.2
Overrides MigrateHandler::__construct
File
- ./
name.inc, line 33
Class
- MigrateNameHandler
- Primary value passed to this field must be the 'given' name. it cannot be NULL, but may be an empty string.
Code
public function __construct() {
$this
->registerTypes(array(
'name',
));
}