public function MigrateGeoFieldHandler::__construct in Migrate Extras 7.2
Overrides MigrateHandler::__construct
File
- ./
geofield.inc, line 31
Class
- MigrateGeoFieldHandler
- Primary value passed to this field must be the geometry type of the geofield: Point, LineString, Polygon
Code
public function __construct() {
$this
->registerTypes(array(
'geofield',
));
}