October 30, 2017 Thorsten Witteler Apps
0.0(0 votes)
1 minute, 0 seconds

Issue

Simple twig variables and functions can be set in grav via $this->grav['twig']->my_variable = $this->myVariable; and $this->grav['twig']->my_custom_function = $this->myCustomFunction(); respectively.

If you try to pass arguments to a function from a twig template for a custom function...

Continue reading...