Newscoop\Service\IArticleTypeService::findTypeByName PHP 메소드

findTypeByName() 공개 메소드

Find one article type by name
public findTypeByName ( string $name ) : ArticleType | null
$name string
리턴 Newscoop\Entity\ArticleType | null returns null if not found!
    public function findTypeByName($name);