You are here

public function MigrateGeofieldFieldHandler::__construct in Geofield 7.2

Registers the geofield field type.

Overrides MigrateHandler::__construct

File

./geofield.migrate.inc, line 41
Support for migration into Geofield fields.

Class

MigrateGeofieldFieldHandler
Primary value passed to this field must be the Geometry type string.

Code

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