diff --git a/templates/drupal-7.xml b/templates/drupal-7.xml
index 00170bd..0f07ac9 100644
--- a/templates/drupal-7.xml
+++ b/templates/drupal-7.xml
@@ -10835,5 +10835,26 @@
       <option name="OTHER" value="false" />
     </context>
   </template>
+  <template name="EFQ" value="$query = new EntityFieldQuery();&#10;$result = $query-&gt;entityCondition('entity_type', '$entity_type$')&#10;  -&gt;entityCondition('bundle', '$bundle_name$')&#10;  -&gt;propertyCondition('status', 1)&#10;  -&gt;fieldCondition('$field_name$', '$field_column$', $field_value$)&#10;  -&gt;execute();&#10;if (!empty($result['$entity_type$'])) {&#10;  $entities = entity_load('$entity_type$', array_keys($result['$entity_type$']));&#10;}" description="EntityFieldQuery" toReformat="true" toShortenFQNames="true">
+    <variable name="entity_type" expression="enum(&quot;node&quot;, &quot;user&quot;, &quot;comment&quot;, &quot;taxonomy_term&quot;)" defaultValue="" alwaysStopAt="true" />
+    <variable name="bundle_name" expression="enum(&quot;article&quot;, &quot;page&quot;)" defaultValue="" alwaysStopAt="true" />
+    <variable name="field_name" expression="" defaultValue="&quot;field_foo&quot;" alwaysStopAt="true" />
+    <variable name="field_column" expression="enum(&quot;value&quot;, &quot;alt&quot;, &quot;email&quot;, &quot;entity_id&quot;, &quot;fid&quot;, &quot;tid&quot;, &quot;title&quot;, &quot;url&quot;, &quot;value2&quot;)" defaultValue="" alwaysStopAt="true" />
+    <variable name="field_value" expression="" defaultValue="&quot;'bar'&quot;" alwaysStopAt="true" />
+    <context>
+      <option name="HTML_TEXT" value="false" />
+      <option name="HTML" value="false" />
+      <option name="XSL_TEXT" value="false" />
+      <option name="XML" value="false" />
+      <option name="CSS_PROPERTY_VALUE" value="false" />
+      <option name="CSS_DECLARATION_BLOCK" value="false" />
+      <option name="CSS_RULESET_LIST" value="false" />
+      <option name="CSS" value="false" />
+      <option name="JAVA_SCRIPT" value="false" />
+      <option name="SQL" value="false" />
+      <option name="PHP" value="true" />
+      <option name="OTHER" value="false" />
+    </context>
+  </template>
 </templateSet>
 
