public function sep__protocol_widget::validate
3.x sep__protocol_widget.inc | public sep__protocol_widget::validate($element, $form, &$form_state, $langcode, $delta) |
Performs validation of the widgetForm.
Use this validate to ensure that form values are entered correctly. The 'value' key of this field must be set in the $form_state['values'] array anytime data is entered by the user. It may be the case that there are other fields for helping select a value. In the end those helper fields must be used to set the 'value' field.
Overrides TripalFieldWidget::validate
File
- tripal_chado/
includes/ TripalFields/ sep__protocol/ sep__protocol_widget.inc, line 116
Class
- sep__protocol_widget
- @class Purpose:
Code
public function validate($element, $form, &$form_state, $langcode, $delta) {
}