You are here

json_feed.module in JSON Feed 8

JSON Feed module.

File

json_feed.module
View 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

Namesort descending Description
json_feed_theme Implements hook_theme().