form_get_options
Related topics
| Name | Description |
|---|---|
| Form generation | Functions to enable the processing and display of HTML forms. |
Functions that call form_get_options()
| Name | Location | Description |
|---|---|---|
| form_get_options | includes/form.inc | Traverses a select element's #option array looking for any values that hold the given key. Returns an array of indexes that match. |
Functions called by form_get_options()
| Name | Location | Description |
|---|---|---|
| form_get_options | includes/form.inc | Traverses a select element's #option array looking for any values that hold the given key. Returns an array of indexes that match. |
