You are here

function openlayers_geofield_field_formatter_info_alter in Openlayers 7.3

Implements hook_field_formatter_info_alter().

File

modules/openlayers_geofield/openlayers_geofield.module, line 42
Openlayers Geofield integration.

Code

function openlayers_geofield_field_formatter_info_alter(&$info) {

  // Overwrite the openlayers integration provided by the geofield module.
  unset($info['geofield_openlayers']);
}