function languageicons_theme in Language Icons 8
Same name and namespace in other branches
- 6.2 languageicons.module \languageicons_theme()
- 6 languageicons.module \languageicons_theme()
- 7 languageicons.module \languageicons_theme()
Implements hook_theme().
File
- ./
languageicons.module, line 17 - Main functions and hook implementations for the Language Icons module.
Code
function languageicons_theme() {
return [
'languageicons_link_content' => [
'variables' => [
'language' => NULL,
'separator' => ' ',
'text' => NULL,
'title' => NULL,
],
],
];
}