function country_state_city_theme in Country, State and City Fields 8
Implements hook_theme().
File
- ./
country_state_city.module, line 36 - Contains country_state_city.module.
Code
function country_state_city_theme() {
return [
'country_state_city' => [
'variables' => [
'country' => '',
'city' => '',
'state' => '',
],
],
'country' => [
'variables' => [
'country' => '',
],
],
];
}