You are here

function farm_map_theme in farmOS 2.x

Same name and namespace in other branches
  1. 7 modules/farm/farm_map/farm_map.module \farm_map_theme()

Implements hook_theme().

File

modules/core/map/farm_map.module, line 11
The farm_map module.

Code

function farm_map_theme($existing, $type, $theme, $path) {
  return [
    'farm_map' => [
      'variables' => [
        'attributes' => [],
      ],
    ],
  ];
}