Newscoop\Service\IThemeManagementService::exportTheme PHP Method

exportTheme() public method

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