1.20.x options.module form_options_validate($element, &$form_state)

Validate the "options" form element type.

File

modules/field/modules/options/options.module, line 525
Defines selection, check box and radio button widgets for text and numeric fields.

Code

function form_options_validate($element, &$form_state) {
  module_load_include('inc', 'options', 'options.element');
  _form_options_validate($element, $form_state);
}