Ojs\CoreBundle\Command\NormalizeLastIssuesCommand::getAllJournals PHP Method

getAllJournals() private method

private getAllJournals ( )
    private function getAllJournals()
    {
        return $this->em->getRepository('OjsJournalBundle:Journal')->findAll();
    }