Newscoop\Service\IOutputSettingIssueService::isThemeUsed PHP Method

isThemeUsed() public method

Checks if the provided theme is used by any issue at this point.
public isThemeUsed ( Theme | str $theme )
$theme Theme | str The theme or path to be checked if used.
    function isThemeUsed($theme);