From b1e8ac0d1e1cb6515b2b3f05c7ef5c08c2de8759 Mon Sep 17 00:00:00 2001
From: astrocling <astrocling@2827829.no-reply.drupal.org>
Date: Thu, 28 Aug 2014 13:35:41 -0400
Subject: [PATCH] Added Twig documentation to theme.api.php

---
 core/modules/system/theme.api.php | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/core/modules/system/theme.api.php b/core/modules/system/theme.api.php
index fabde88..e6304c5 100644
--- a/core/modules/system/theme.api.php
+++ b/core/modules/system/theme.api.php
@@ -18,6 +18,19 @@
  * @link theme_render Theme system and Render API topic @endlink for more
  * information about render arrays and rendering.
  *
+ * @section sec_twig_theme Twig Templating Engine
+ * Drupal 8 utilizes the templating engine Twig. Twig offers developers a fast,
+ * secure, and flexible method for building templates for Drupal 8 sites. Twig
+ * also offers substantial usability improvements over PHPTemplate, and does
+ * not require front-end developers to know PHP to build and manipulate Drupal
+ * 8 themes.
+ *
+ * For further information on theming in Drupal 8 see
+ * @link https://www.drupal.org/theme-guide/8 @endlink
+ *
+ * For further Twig documentation see
+ * @link http://twig.sensiolabs.org/doc/templates.html @endlink
+ *
  * @section sec_theme_hooks Theme Hooks
  * The theme system is invoked in drupal_render() by calling the internal
  * _theme() function, which operates on the concept of "theme hooks". Theme
-- 
1.8.5.2 (Apple Git-48)

