form_textarea

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_textarea()

Namesort iconLocationDescription
block_admin_configuredrupal/modules/block.moduleMenu callback; displays the block configuration form.
blog_formdrupal/modules/blog.moduleImplementation of hook_form().
book_formdrupal/modules/book.moduleImplementation of hook_form().
comment_admin_editdrupal/modules/comment.moduleMenu callback; edit a comment from the administrative interface.
comment_userdrupal/modules/comment.moduleImplementation of hook_user().
forum_formdrupal/modules/forum.moduleImplementation of hook_form().
forum_form_containerdrupal/modules/forum.moduleReturns a form for adding a container to the forum vocabulary
forum_form_forumdrupal/modules/forum.moduleReturns a form for adding a forum to the forum vocabulary
hook_usercontributions/docs/developer/hooks/core.phpAct on user account actions.
node_example_formcontributions/docs/developer/examples/node_example.moduleImplementation of hook_form().
node_types_configuredrupal/modules/node.moduleMenu callback; presents each node type configuration page.
page_formdrupal/modules/page.moduleImplementation of hook_form().
story_formdrupal/modules/story.moduleImplementation of hook_form().
system_theme_settingsdrupal/modules/system.moduleMenu callback; display theme configuration for entire site and individual themes.
_locale_string_editdrupal/includes/locale.incUser interface for string editing

Functions called by form_textarea()

Namesort iconLocationDescription
check_plaindrupal/includes/bootstrap.incEncode special characters in a plain-text string for display as HTML.
drupal_attributesdrupal/includes/common.incFormat an attribute string to insert in a tag.
module_hookdrupal/includes/module.incDetermine whether a module implements a hook.
module_invokedrupal/includes/module.incInvoke a hook in a particular module.
module_listdrupal/includes/module.incCollect a list of all loaded modules. During the bootstrap, return only vital modules. See bootstrap.inc
themedrupal/includes/theme.incGenerate the themed representation of a Drupal object.
_form_get_classdrupal/includes/common.inc
_form_get_errordrupal/includes/common.incReturn the error message filed against the form with the specified name.