form_radios

Related topics

Namesort iconDescription
Form generationFunctions to enable output of HTML forms and form elements.
Input validationFunctions to validate user input.

Functions that call form_radios()

Namesort iconLocationDescription
block_admin_configuremodules/block.moduleMenu callback; displays the block configuration form.
block_admin_displaymodules/block.modulePrepare the main block administration form.
comment_admin_editmodules/comment.moduleMenu callback; edit a comment from the administrative interface.
comment_configuremodules/comment.moduleMenu callback; presents the comment settings page.
comment_nodeapimodules/comment.moduleImplementation of hook_nodeapi().
drupal_settingsmodules/drupal.moduleImplementation of hook_settings().
form_radiosincludes/common.incFormat a set of radio buttons.
forum_admin_configuremodules/forum.moduleImplementation of hook_settings
locale_usermodules/locale.moduleImplementation of hook_user().
node_configuremodules/node.moduleMenu callback; presents general node configuration options.
poll_formmodules/poll.moduleImplementation of hook_form().
poll_view_votingmodules/poll.moduleGenerates the voting form for a poll.
statistics_settingsmodules/statistics.moduleImplementation of hook_settings().
upload_nodeapimodules/upload.moduleImplementation of hook_nodeapi().
_filter_html_settingsmodules/filter.moduleSettings for the HTML filter.
_locale_admin_import_screenincludes/locale.incUser interface for the translation import screen
_locale_string_seek_formincludes/locale.incUser interface for the string search screen

Functions called by form_radios()

Namesort iconLocationDescription
check_plainincludes/bootstrap.incEncode special characters in a plain-text string for display as HTML.
drupal_attributesincludes/common.incFormat an attribute string to insert in a tag.
form_radiosincludes/common.incFormat a set of radio buttons.
themeincludes/theme.incGenerate the themed representation of a Drupal object.
_form_get_errorincludes/common.incReturn the error message filed against the form with the specified name.
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.