public function DatePopupTimepicker::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.
Overrides DatePopupTimepickerInterface::processElement
1 method overrides DatePopupTimepicker::processElement()
- DatePopupTimepickerTimepicker::processElement in plugins/
timepicker/ timepicker.inc - Element process callback.
File
- includes/
date_popup_timepicker.inc, line 122 - Interface and base class for timepicker plugins.
Class
- DatePopupTimepicker
- Class DatePopupTimepicker.
Code
public function processElement(array $element, array &$form_state, array $form) {
return $element;
}