json_feed.module in JSON Feed 8
JSON Feed module.
File
json_feed.moduleView source
<?php
/**
* @file
* JSON Feed module.
*/
/**
* Implements hook_theme().
*/
function json_feed_theme($existing, $type, $theme, $path) {
return [
'json_feed_icon' => [
'variables' => [
'url' => NULL,
'title' => NULL,
],
],
];
}
Functions
Name | Description |
---|---|
json_feed_theme | Implements hook_theme(). |