Twig is a modern template engine for PHP

learn more… | top users | synonyms

4
votes
0answers
58 views

Can I use the Twig template engine in Drupal 6/7?

I do a lot of Django development and I like their templating language. Twig, the new templating engine in Drupal 8, looks very much like it. How can I use Twig in Drupal 7 or even Drupal 6?
3
votes
1answer
79 views

How much of Drupal 8 will rely on or be compatible with Symfony?

Now that Drupal 8 is being redeveloped with Symfony, and we are just about to go into the code freeze so that early adopters can start playing with it, what will it affect? Will we be able to write ...
0
votes
0answers
176 views

Getting data from multidimensional arrays (render array) in twig

I have a render array for a form in my D7 module that looks like this: 'form' => array '#id' => string 'demo-form' (length=9) '#action' => string '/sprint07/' (length=10) ...