Drupal 8

By kenneth, Mon, 06/06/2016 - 12:55
TwigExtension class allows to do almost everything within Twig templates, but what if we need to go far away, and what we really need isn't available out-of-the-box, then we could create our own TwigExtension, we could achieve it by follow Symfony documentation.