Skip to content

Commit 60f5600

Browse files
committed
adding url function
1 parent d3ed533 commit 60f5600

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

dist/functions/url.function.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)