Newscoop\Service\IThemeManagementService::getOutputSettings PHP Method

getOutputSettings() public method

Provides the all output setting found for the theme.
public getOutputSettings ( Theme $theme ) : array
$theme Newscoop\Entity\Theme The theme to retrieve the output setting for, not null.
return array of Newscoop\Entity\OutputSettings The array containing all the OutputSettings assigned to the provided theme, not null migh be empty.
    function getOutputSettings(Theme $theme);