You are here

function geofield_ctools_plugin_api in Geofield 7

Same name and namespace in other branches
  1. 7.2 geofield.module \geofield_ctools_plugin_api()

Implements hook_ctools_plugin_api().

File

./geofield.module, line 113

Code

function geofield_ctools_plugin_api($module, $api) {
  return array(
    'version' => 1,
  );
}