Pathologic was missing because of a .git folder inside.
[yaffs-website] / web / modules / contrib / media_entity_instagram / media_entity_instagram.module
1 <?php
2
3 /**
4  * @file
5  * The module file.
6  */
7
8 /**
9  * Implements hook_theme().
10  */
11 function media_entity_instagram_theme() {
12   return [
13     'media_entity_instagram_post' => [
14       'variables' => [
15         'post' => NULL,
16         'shortcode' => NULL,
17       ],
18     ],
19   ];
20 }