Newscoop\Service\IThemeManagementService::getUnassignedThemes PHP Method

getUnassignedThemes() public method

Provides the themes that are unassigned to any publication.
public getUnassignedThemes ( SearchTheme $search = NULL, integer | 0 $offset, integer $limit ) : array
$search Newscoop\Service\Model\SearchTheme The search criteria, not null.
$offset integer | 0
$limit integer The limit of entities to fetch, negaive value will fetch all entities found.
return array of Newscoop\Entity\Theme The array containing all the unassigned Themes, not null migh be empty.
    function getUnassignedThemes(SearchTheme $search = NULL, $offset = 0, $limit = -1);