You are here

function bootstrap_languages_theme in Bootstrap Languages 8

Same name and namespace in other branches
  1. 7 bootstrap_languages.module \bootstrap_languages_theme()

Implements hook_theme().

File

./bootstrap_languages.module, line 13
Provides a Bootstrap dropdown button to switch between available languages.

Code

function bootstrap_languages_theme() {
  $theme['links__bootstrap_language_block'] = [
    'base hook' => 'links',
  ];
  return $theme;
}