Tailor\ContentFields\FileUploadField

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

Public Properties

public int|null $maxFiles

maxItems allowed

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

public defineConfig($config): void

defineConfig will process the field configuration.

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

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