FieldType
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.
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.