3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00
farmOS/modules/core/map/farm_map.module
2021-04-08 14:59:39 -04:00

20 lines
249 B
PHP

<?php
/**
* @file
* The farm_map module.
*/
/**
* Implements hook_theme().
*/
function farm_map_theme($existing, $type, $theme, $path) {
return [
'farm_map' => [
'variables' => [
'attributes' => [],
],
],
];
}