Version 1
[yaffs-website] / vendor / drupal / console / templates / module / src / Entity / entity-content.theme.php.twig
diff --git a/vendor/drupal/console/templates/module/src/Entity/entity-content.theme.php.twig b/vendor/drupal/console/templates/module/src/Entity/entity-content.theme.php.twig
new file mode 100644 (file)
index 0000000..4aab3bd
--- /dev/null
@@ -0,0 +1,7 @@
+{% block hook_theme %}
+  $theme['{{ entity_name }}'] = array(
+    'render element' => 'elements',
+    'file' => '{{ entity_name }}.page.inc',
+    'template' => '{{ entity_name }}',
+  );
+{% endblock %}