function geocoder_theme in Geocoder 8.3
Same name and namespace in other branches
- 8.2 geocoder.module \geocoder_theme()
Implements hook_theme().
File
- ./
geocoder.module, line 15
Code
function geocoder_theme($existing, $type, $theme, $path) {
return [
'geocoder_help' => [
'template' => 'help',
],
];
}