Tailor\ContentFields\TagListField

Overview

TagListField is locked to array mode for JSON query support

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

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

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

extendDatabaseTable adds any required columns to the database.

public extendModelObject()

public extendModelObject($model): void

extendModelObject will extend the record model.

Show inherited public methods

Inherited Public Methods

Protected Methods

Show inherited protected methods

Inherited Protected Methods