You are here

public function DatePopupTimepickerInterface::fieldSettingsForm in Date Popup Timepicker 7

Define field settings form.

All exposed settings should be contained by "timepicker_options" element. Helper elements may be defined outside of "timepicker_options".

Parameters

array $form: Settings form definition.

array $context: Array containing 3 elements: "field info", "instance info" and "has_data" flag.

array $settings: Currently saved settings in the field.

Return value

array Timepicker settings form part definition.

1 method overrides DatePopupTimepickerInterface::fieldSettingsForm()
DatePopupTimepicker::fieldSettingsForm in includes/date_popup_timepicker.inc
Define field settings form.

File

includes/date_popup_timepicker.inc, line 55
Interface and base class for timepicker plugins.

Class

DatePopupTimepickerInterface
Define interface DatePopupTimepickerInterface.

Code

public function fieldSettingsForm(array $form, array $context, array $settings = array());