We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 994703e commit 3f4e2adCopy full SHA for 3f4e2ad
dist/filters/render.filter.php
@@ -0,0 +1,5 @@
1
+<?php
2
+// Drupal render filter
3
+$filter = new Twig_SimpleFilter('render', function ($string) {
4
+ return $string;
5
+});
0 commit comments