Method | Description | |
---|---|---|
findAllTypes ( ) : array | Find all article types, which you can get fields for later on | |
findFields ( |
Get all fields per article type | |
findTypeByName ( string $name ) : |
Find one article type by name |
public findAllTypes ( ) : array | ||
return | array | most probably consisting of \Newscroop\Entity\ArticleType instances |
public findFields ( |
||
$type | ||
return | array |
public findTypeByName ( string $name ) : |
||
$name | string | |
return | returns null if not found! |