You are here

function twitter_profile_widget_theme in Twitter Profile Widget 8

Same name and namespace in other branches
  1. 8.2 twitter_profile_widget.module \twitter_profile_widget_theme()
  2. 6 twitter_profile_widget.module \twitter_profile_widget_theme()
  3. 7 twitter_profile_widget.module \twitter_profile_widget_theme()
  4. 3.x twitter_profile_widget.module \twitter_profile_widget_theme()

Implements hook_theme().

File

./twitter_profile_widget.module, line 106
Contains twitter_profile_widget.module.

Code

function twitter_profile_widget_theme() {
  $theme['twitter_widget'] = [
    'render element' => 'elements',
    'file' => 'twitter_widget.page.inc',
    'template' => 'twitter_widget',
  ];
  return $theme;
}