function yamaps_theme in Yandex.Maps 8
Implements hook_theme().
File
- ./
yamaps.module, line 33 - Yandex Maps module main file.
Code
function yamaps_theme() {
return [
'yamaps_field_formatter' => [
'variables' => [
'height' => '',
'width' => '',
'map_id' => '',
],
],
];
}