6 calls to _webform_select_options() in Webform 5.2
- theme_webform_mail_select in components/
select.inc - Format the output of emailed data for this component.
- _webform_analysis_rows_select in components/
select.inc - Calculate and returns statistics about results for this component from all submission to this webform. The output of this function will be displayed under the "results" tab then "analysis".
- _webform_csv_data_select in components/
select.inc - Return the result of a textfield submission. The output of this function will be displayed under the "results" tab then "submissions".
- _webform_csv_headers_select in components/
select.inc - Return the header information for this component to be displayed in a comma seperated value file. The output of this function will be displayed under the "results" tab then "download".
- _webform_render_select in components/
select.inc - Build a form item array containing all the properties of this component.
- _webform_submit_select in components/
select.inc - Convert FAPI 0/1 values into something saveable.