How to print translatable data in sonata admin with DoctrineBehaviors from kpnlabs
问题 I'm just looking the good way to use DoctrineBehaviors by knplabs. I have allready render a form in sonata admin bundle with the help of this bundle : https://github.com/a2lix/TranslationFormBundle Now, i want to have my translated field in the admin list. At this time, it's work with this method: /** * @ORM\Entity * @ORM\Table(name="sport") */ class Sport { ... public function getNom(){ return $this->translate()->getNom(); } } It's work but, i have to remap all the translated field in the