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);