Craft Themes (3.x)

ShortcutsService extends Service
in package

Table of Contents

$_showShortcuts  : bool
$inited  : bool
$js  : string
registerLayout()  : mixed
Registers a layout
blockCacheService()  : BlockCacheService
Get the block cache service
blockProviderService()  : BlockProvidersService
Get the block providers service
blocksService()  : BlockService
Get the blocks service
displayService()  : DisplayService
Get the display service
eagerLoadingService()  : EagerLoadingService
Get the eager loading service
fieldDisplayersService()  : FieldDisplayerService
Get the field displayers service
fieldsService()  : FieldsService
Get the fields service
fileDisplayerService()  : FileDisplayerService
Get the file displayers service
getShowShortcuts()  : bool
Should the shortcuts be shown ?
groupsService()  : GroupsService
Get the groups service
initShortcuts()  : mixed
Initialize the shortcuts
layoutService()  : LayoutService
Get the layout service
matrixService()  : MatrixService
Get the matrix service
themesRegistry()  : ThemesRegistry
Get the themes registry
triggerEvent()  : mixed
Triggers an event
viewModesService()  : ViewModeService
Get the view mode service
viewService()  : ViewService
Get the view service

Properties

Methods

getShowShortcuts()

Should the shortcuts be shown ?

protected getShowShortcuts() : bool
Return values
bool

initShortcuts()

Initialize the shortcuts

protected initShortcuts() : mixed
Return values
mixed

matrixService()

Get the matrix service

protected matrixService() : MatrixService
Return values
MatrixService

triggerEvent()

Triggers an event

protected triggerEvent(string $type, Event $event) : mixed
Parameters
$type : string
$event : Event
Return values
mixed

Search results