You are here

function tweet_feed_theme in Tweet Feed 4.x

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

Implements hook_theme().

File

./tweet_feed.module, line 30
Contains tweet_feed.module.

Code

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