Yaffs site version 1.1
[yaffs-website] / web / modules / contrib / media_entity_instagram / media_entity_instagram.module
index b3d9bbc7f3711e882119cd6b3af051245d859d04..e5fe52b8444cd7f0467b87a6945997d14c047842 100644 (file)
@@ -1 +1,20 @@
 <?php
+
+/**
+ * @file
+ * The module file.
+ */
+
+/**
+ * Implements hook_theme().
+ */
+function media_entity_instagram_theme() {
+  return [
+    'media_entity_instagram_post' => [
+      'variables' => [
+        'post' => NULL,
+        'shortcode' => NULL,
+      ],
+    ],
+  ];
+}