Newscoop\Service\IThemeManagementService::exportTheme PHP Méthode

exportTheme() public méthode

Export the theme.
public exportTheme ( Theme | integer $theme ) : the
$theme Newscoop\Entity\Theme | integer The theme or theme id to be exported, not null.
Résultat the file name containing the exported archive.
    function exportTheme($theme);