You are here

public function DatePopupTimepickerInterface::processElement in Date Popup Timepicker 7

Element process callback.

Parameters

array $element: Form API element structure to process.

array $form_state: Form state.

array $form: The whole form definition structure.

Return value

array Processed form element.

1 method overrides DatePopupTimepickerInterface::processElement()
DatePopupTimepicker::processElement in includes/date_popup_timepicker.inc
Element process callback.

File

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

Class

DatePopupTimepickerInterface
Define interface DatePopupTimepickerInterface.

Code

public function processElement(array $element, array &$form_state, array $form);