You are here

function tweet_feed_theme in Tweet Feed 8.3

Same name and namespace in other branches
  1. 4.x tweet_feed.module \tweet_feed_theme()

Implements hook_theme().

File

./tweet_feed.module, line 56
Contains tweet_feed.module.

Code

function tweet_feed_theme() {
  return [
    'tweet_feed' => [
      'render element' => 'children',
    ],
  ];
}