You are here

function geocoder_theme in Geocoder 8.2

Same name and namespace in other branches
  1. 8.3 geocoder.module \geocoder_theme()

Implements hook_theme().

File

./geocoder.module, line 13
Geocoder Module.

Code

function geocoder_theme($existing, $type, $theme, $path) {
  return [
    'geocoder_help' => [
      'template' => 'help',
    ],
  ];
}