Craft Themes (4.x)

Settings extends Model
in package

Themes plugin settings

Table of Contents

$blockCache  : bool
$console  : string|null
$cp  : string|null
$default  : string|null
$displayerCache  : bool
$eagerLoad  : bool
$eagerLoadingCache  : bool
$folder  : string
$hideEmptyFields  : bool
$maxEagerLoadLevel  : bool
$menuItemName  : string
$redirectTo  : string
$rulesCache  : bool
$setConsole  : bool
$setCp  : bool
$showCpShortcuts  : bool
$templateCache  : bool
$themesRules  : array<string|int, mixed>
defineRules()  : array<string|int, mixed>
getBlockCacheEnabled()  : bool
block cache enabled getter
getDisplayerCacheEnabled()  : bool
field cache enabled getter
getEagerLoadingCacheEnabled()  : bool
Eager loading cache enabled getter
getRedirectToOptions()  : array<string|int, mixed>
Redirect to options getter
getRulesCacheEnabled()  : bool
rules cache enabled getter
getTemplateCacheEnabled()  : bool
template cache enabled getter
init()  : void

Properties

$displayerCache

public bool $displayerCache

$eagerLoad

public bool $eagerLoad = true

$eagerLoadingCache

public bool $eagerLoadingCache

$folder

public string $folder = 'themes'
Tags
since
3.1.0

$hideEmptyFields

public bool $hideEmptyFields = true

$maxEagerLoadLevel

public bool $maxEagerLoadLevel = 5

$menuItemName

public string $menuItemName

$redirectTo

public string $redirectTo = 'list'

$setConsole

public bool $setConsole = false

$showCpShortcuts

public bool $showCpShortcuts = true

$templateCache

public bool $templateCache

$themesRules

public array<string|int, mixed> $themesRules = []

Methods

defineRules()

public defineRules() : array<string|int, mixed>
Tags
inheritdoc
Return values
array<string|int, mixed>

getBlockCacheEnabled()

block cache enabled getter

public getBlockCacheEnabled() : bool
Return values
bool

getDisplayerCacheEnabled()

field cache enabled getter

public getDisplayerCacheEnabled() : bool
Return values
bool

getEagerLoadingCacheEnabled()

Eager loading cache enabled getter

public getEagerLoadingCacheEnabled() : bool
Return values
bool

getRedirectToOptions()

Redirect to options getter

public getRedirectToOptions() : array<string|int, mixed>
Return values
array<string|int, mixed>

getRulesCacheEnabled()

rules cache enabled getter

public getRulesCacheEnabled() : bool
Return values
bool

getTemplateCacheEnabled()

template cache enabled getter

public getTemplateCacheEnabled() : bool
Return values
bool

init()

public init() : void
Tags
inheritdoc
Return values
void

Search results