Closed
Description
As of Symfony 2.7, the twig.loader
container tag can have a priority setting. The matching loader with the highest priority will be used to load the template. Omitting this setting will use the order of registration.
See symfony/symfony#12174 for more information