如何在Symfony2 / 3中的FormType类中注入容器

时间:2016-06-27 17:50:36

标签: fosuserbundle symfony

我正在覆盖FOSUserBundle组表单,我想添加一个select来选择security.yml中可用的角色。

我希望尽可能避免重写控制器。

所以在我的FormType中我有

$roleHierarchy = $this->container->getParameter('security.role_hierarchy.roles');

但$ this->容器不可用。我可以从service.yml注入控制器吗?

感谢

0 个答案:

没有答案