Tailor\ContentFields\FallbackField

Overview

FallbackField is used when there is no content field class defined, it passes configuration to the list column and form field directly.

Extends
Implements
  • JsonSerializable
  • Illuminate\Contracts\Support\Jsonable
  • ArrayAccess
  • Illuminate\Contracts\Support\Arrayable

Public Properties

There are no public properties in the class.

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 defineFilterScope()

public defineFilterScope($filter, $context = null): void

defineFilterScope will define how a field is displayed in a filter.

public defineFormField()

public defineFormField($form, $context = null): void

defineFormField will define how a field is displayed in a form.

public defineListColumn()

public defineListColumn($list, $context = null): void

public extendDatabaseTable()

public extendDatabaseTable($table): void

Show inherited public methods

Inherited Public Methods

Protected Methods

Show inherited protected methods

Inherited Protected Methods