cms.theme.getActiveTheme

Triggered in Cms\Classes\Theme.

Overrides the active theme code.

If a value is returned from this halting event, it will be used as the active theme code. Example usage:

Event::listen('cms.theme.getActiveTheme', function () {
    return 'mytheme';
});