media_entity_instagram.module in Media entity Instagram 8
Same filename and directory in other branches
The module file.
File
media_entity_instagram.moduleView source
<?php
/**
* @file
* The module file.
*/
/**
* Implements hook_theme().
*/
function media_entity_instagram_theme() {
return [
'media_entity_instagram_post' => [
'variables' => [
'post' => NULL,
'shortcode' => NULL,
],
],
];
}
Functions
Name | Description |
---|---|
media_entity_instagram_theme | Implements hook_theme(). |