How to find twig template blocks name
Tutorial
- Open the file TwigRendererEngine.php in vendor
- Go to the method
protected function loadResourceForBlockName($cacheKey, FormView $view, $blockName) - Add
var_dump($blockName);in the function - Reload a page