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...