Closed
Description
In http://symfony.com/doc/current/reference/forms/types/choice.html#choice-list, it says
The choice_list option of ChoiceType was deprecated in Symfony 2.7. You should use choices or choice_loader now.
But choices
says to better use choice_list
(that's the circular mentioning); and there can nothing be found named choice_loader
.