Tailor\Components\SectionComponent

Overview

SectionComponent displays a list of records.

Extends
Implements
  • October\Contracts\Twig\CallsAnyMethod
  • Stringable

Public Properties

There are no public properties in the class.

Show inherited public properties

Inherited Public Properties

Protected Properties

protected array $otherSiteCache

protected bool $multisiteCache

Show inherited protected properties

Inherited Protected Properties


Public Methods

public componentDetails()

public componentDetails(): void

public defineProperties()

public defineProperties(): void

public getHandleOptions()

public getHandleOptions(): void

public getPrimaryRecord()

public getPrimaryRecord(): void

public getPrimaryRecordQuery()

public getPrimaryRecordQuery(): void

public init()

public init(): void

public makePrimaryAccessor()

public makePrimaryAccessor(): void

makePrimaryAccessor returns the PHP object variable for the Twig view layer.

public onRun()

public onRun(): void

public validateProperties()

public validateProperties($properties): void

validateProperties is used to replace older property definitions with new ones

Show inherited public methods

Inherited Public Methods

Protected Methods

protected findOtherSiteRecords()

protected findOtherSiteRecords(): void

findOtherSiteRecords is for multisite

protected getEntryPointIdentifierKey()

protected getEntryPointIdentifierKey(): string 

getEntryPointIdentifierKey returns the lookup column name

protected getEntryPointIdentifierParamName()

protected getEntryPointIdentifierParamName(): void

protected getEntryPointIdentifierValue()

protected getEntryPointIdentifierValue(): void

protected getEntryPointModel()

protected getEntryPointModel($query): void

protected getPreviewModel()

protected getPreviewModel($query): void

protected handleMultisiteParams()

protected handleMultisiteParams($site, $params): void

handleMultisiteParams is for multisite

protected isMultisiteEnabled()

protected isMultisiteEnabled(): void

Show inherited protected methods

Inherited Protected Methods