You are here

function farm_map_theme in farmOS 7

Same name and namespace in other branches
  1. 2.x modules/core/map/farm_map.module \farm_map_theme()

Implements hook_theme().

File

modules/farm/farm_map/farm_map.module, line 95

Code

function farm_map_theme($existing, $type, $theme, $path) {
  return array(
    'farm_map' => array(
      'render element' => 'element',
    ),
  );
}