Newscoop\Service\ITemplateSearchService::getSectionPage PHP Method

getSectionPage() public method

Get the page for section to be used as a template.
public getSectionPage ( Section | Int $section, Output | integer | string $output ) : string
$section Newscoop\Entity\Section | Int The section object or the id of the issue for whom the template is needed.
$output Newscoop\Entity\Output | integer | string The object Output, the id or the Name of the Output for whom the template is needed.
return string The full path of the template.
    function getSectionPage($section, $output);