Newscoop\Service\IThemeManagementService::getTemplates PHP Метод

getTemplates() публичный Метод

Provides the all template resources (.tpl) files found for the theme.
public getTemplates ( Theme | string $theme ) : array
$theme Newscoop\Entity\Theme | string The theme to retrieve the template resource for can be the Theme object or the theme path, not null.
Результат array of Newscoop\Entity\Resource The array containing all the template resources assigned to the provided theme, not null migh be empty.
    function getTemplates($theme);