You are here

function languageicons_theme in Language Icons 8

Same name and namespace in other branches
  1. 6.2 languageicons.module \languageicons_theme()
  2. 6 languageicons.module \languageicons_theme()
  3. 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,
      ],
    ],
  ];
}