Craft Themes (3.x)

TablesService extends Service
in package

Table of Contents

$_pivots  : Collection
getAllPivots()  : Collection
Get all table pivots
getForTable()  : array<string|int, FieldInterface>
Get all pivots for a table field
getTableForField()  : Table|null
Get parent table field for a field
getTablePivotRecord()  : TablePivotRecord
Get a pivot record for a table and a field ids.
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
groupsService()  : GroupsService
Get the groups service
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

getAllPivots()

Get all table pivots

public getAllPivots() : Collection
Return values
Collection

getForTable()

Get all pivots for a table field

public getForTable(Table $table) : array<string|int, FieldInterface>
Parameters
$table : Table
Return values
array<string|int, FieldInterface>

getTableForField()

Get parent table field for a field

public getTableForField(int $fieldId) : Table|null
Parameters
$fieldId : int
Return values
Table|null

getTablePivotRecord()

Get a pivot record for a table and a field ids.

public getTablePivotRecord(int $tableId, int $fieldId) : TablePivotRecord

Creates new one if it doesn't exist

Parameters
$tableId : int
$fieldId : int
Return values
TablePivotRecord

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