interface FieldType (View source)

Methods

mixed
getValue()

Return the field type value.

void
setValue(mixed $value)

Set the value for the field type.

string
getLabel()

Return the display label for the field type.

array
getConfig()

Return the config for the field type.

string
getSettingsView()

Return the reference to the view used in the settings.

string
getView()

Return the view used in editing.

Details

mixed getValue()

Return the field type value.

Return Value

mixed

void setValue(mixed $value)

Set the value for the field type.

Parameters

mixed $value

Return Value

void

string getLabel()

Return the display label for the field type.

Return Value

string

array getConfig()

Return the config for the field type.

Return Value

array

string getSettingsView()

Return the reference to the view used in the settings.

Return Value

string

string getView()

Return the view used in editing.

Return Value

string