Cms\Controllers\Themes

Overview

Themes selector controller

Extends

Public Properties

public array $requiredPermissions

requiredPermissions to view this page

Show inherited public properties

Inherited Public Properties

Protected Properties

There are no protected properties in the class.

Show inherited protected properties

Inherited Protected Properties


Public Methods

public __construct()

public __construct(): void

public beforeDisplay()

public beforeDisplay(): void

public download()

public download($name, $outputName = null): void

public index()

public index(): void

public index_onCreate()

public index_onCreate(): void

public index_onDelete()

public index_onDelete(): void

public index_onDuplicateTheme()

public index_onDuplicateTheme(): void

public index_onExport()

public index_onExport(): void

public index_onImport()

public index_onImport(): void

public index_onLoadCreateForm()

public index_onLoadCreateForm(): void

public index_onLoadDuplicateForm()

public index_onLoadDuplicateForm(): void

public index_onLoadExportForm()

public index_onLoadExportForm(): void

public index_onLoadFieldsForm()

public index_onLoadFieldsForm(): void

public index_onLoadImportForm()

public index_onLoadImportForm(): void

public index_onLoadSeedForm()

public index_onLoadSeedForm(): void

public index_onSaveFields()

public index_onSaveFields(): void

public index_onSeed()

public index_onSeed(): void

public index_onSetActiveTheme()

public index_onSetActiveTheme(): void

Show inherited public methods

Inherited Public Methods

Protected Methods

protected findThemeObject()

protected findThemeObject($name = null): void

protected makeCreateFormWidget()

protected makeCreateFormWidget(): void

protected makeExportFormWidget()

protected makeExportFormWidget($theme): void

protected makeFieldsFormWidget()

protected makeFieldsFormWidget($theme): void

protected makeImportFormWidget()

protected makeImportFormWidget($theme): void

protected makeSeedFormWidget()

protected makeSeedFormWidget($theme): void

Show inherited protected methods

Inherited Protected Methods