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 d3ed533 commit 60f5600Copy full SHA for 60f5600
dist/functions/url.function.php
@@ -0,0 +1,5 @@
1
+<?php
2
+// https://www.drupal.org/node/2486991
3
+$function = new Twig_SimpleFunction('url', function ($string) {
4
+ return '#';
5
+});
0 commit comments