private function redirectJournal($doctrine, $id) { $journal = $doctrine->getRepository('OjsJournalBundle:Journal')->find($id); $this->throw404IfNotFound($journal); return $this->redirect($this->get('ojs.journal_service')->generateUrl($journal)); }