container->get('translator')->trans($variable); } /** * @return MenuFactoryInterface */ public function getMenuFactory() { return $this->container->get('knp_menu.factory'); } /** * @return Course */ public function getCourse() { return $this->getRequest()->getSession()->get('course'); } }