function geolocation_address_link_theme in Geolocation Address Link 8
Implements hook_theme().
File
- ./geolocation_address_link.module, line 13 
- Contains geolocation_address_link.module.
Code
function geolocation_address_link_theme() {
  return [
    'geolocation_zoom_map_formatter' => [
      'variables' => [
        'locations' => NULL,
        'latitude' => NULL,
        'longitude' => NULL,
        'uniqueid' => NULL,
      ],
      'template' => 'geolocation-map-formatter',
    ],
  ];
}