You are here

function json_feed_theme in JSON Feed 8

Implements hook_theme().

File

./json_feed.module, line 11
JSON Feed module.

Code

function json_feed_theme($existing, $type, $theme, $path) {
  return [
    'json_feed_icon' => [
      'variables' => [
        'url' => NULL,
        'title' => NULL,
      ],
    ],
  ];
}