Newscoop\Service\Implementation\ArticleTypeServiceDoctrine::findAllTypes PHP Method

findAllTypes() public method

public findAllTypes ( )
    public function findAllTypes()
    {
        $query = $this->getManager()->getRepository('Newscoop\\Entity\\ArticleType')->getAllTypes();
        return $query->getResult();
    }