form_set_error

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

Namesort iconLocationDescription
drupal_settingsmodules/drupal.moduleImplementation of hook_settings().
file_check_directoryincludes/file.incCheck that directory exists and is writable.
form_set_errorincludes/common.incFile an error against the form element with the specified name.
forum_validatemodules/forum.moduleImplementation of hook_validate().
hook_validatedeveloper/hooks/node.phpVerify a node editing form.
image_gd_settingsincludes/image.incRetrieve settings for the GD2 toolkit (not used).
menu_edit_item_validatemodules/menu.moduleConfirm that an edited menu item has fields properly filled in.
nodeapi_example_nodeapideveloper/examples/nodeapi_example.moduleImplementation of hook_nodeapi().
node_admin_nodesmodules/node.moduleGenerate the content administration overview.
node_example_validatedeveloper/examples/node_example.moduleImplementation of hook_validate().
node_validatemodules/node.modulePerform validation checks on the given node.
path_nodeapimodules/path.moduleImplementation of hook_nodeapi().
path_savemodules/path.moduleVerify that a new URL alias is valid, and save it to the database.
poll_validatemodules/poll.moduleImplementation of hook_validate().
profile_admin_addmodules/profile.moduleMenu callback; adds a new field to all user profiles.
search_viewmodules/search.moduleMenu callback; presents the search form and/or search results.
system_theme_settingsmodules/system.moduleMenu callback; display theme configuration for entire site and individual themes.
upload_nodeapimodules/upload.moduleImplementation of hook_nodeapi().
user_admin_access_addmodules/user.moduleMenu callback: add an access rule
user_admin_access_editmodules/user.moduleMenu callback: edit an access rule
user_admin_rolemodules/user.moduleMenu callback: administer roles.

Functions called by form_set_error()

Namesort iconLocationDescription
drupal_set_messageincludes/bootstrap.incSet a message for the user to see.
form_set_errorincludes/common.incFile an error against the form element with the specified name.
 
 

Drupal is a registered trademark of Dries Buytaert.