function countries_theme in Countries 8
Same name and namespace in other branches
- 7.2 countries.module \countries_theme()
- 7 countries.module \countries_theme()
Implements hook_theme().
File
- ./
countries.module, line 47 - Defines the field and entity information for countries.
Code
function countries_theme() {
return array(
'countries_number' => array(),
'country_icon_adapter' => array(
'variables' => array(
'country' => NULL,
'settings' => array(),
),
),
);
}