Interlated
Interlated

Reputation: 5946

Symfony, Twig how do I find the block to override

I would like to find the file containing a block and the block to override to make a specific change.

Is there a way to print this information out?

Upvotes: 2

Views: 235

Answers (1)

Med
Med

Reputation: 2063

You can in 2.7

http://symfony.com/blog/new-in-symfony-2-7-twig-profiler

Look Rendering Call Graph

Upvotes: 3

Related Questions