Newscoop\Service\IThemeManagementService::installTheme PHP Method

installTheme() public method

Updates the theme.
public installTheme ( str $filePath ) : boolean
$filePath str The file path to the zip containing the theme, not null.
return boolean True if the theme was succesfully added, false otherwise.
    function installTheme($filePath);