You are here

farm_map.module in farmOS 2.x

The farm_map module.

File

modules/core/map/farm_map.module
View source
<?php

/**
 * @file
 * The farm_map module.
 */

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

Functions

Namesort descending Description
farm_map_theme Implements hook_theme().