Newscoop\Service\IThemeManagementService::findOutputSetting PHP Method

findOutputSetting() public method

Provides the output setting for the provided theme and ouput.
public findOutputSetting ( Theme $theme, Output $output ) : array
$theme Newscoop\Entity\Theme The theme to retrieve the output setting for, not null.
$output Newscoop\Entity\Output The output, not null.
return array of Newscoop\Entity\OutputSettings The output setting, null if none found for the theme and output.
    function findOutputSetting(Theme $theme, Output $output);