drupal_set_message

Functions that call drupal_set_message()

Namesort iconLocationDescription
aggregator_form_category_submitmodules/aggregator/aggregator.moduleProcess aggregator_form_category form submissions. @todo Add delete confirmation dialog.
aggregator_form_feed_submitmodules/aggregator/aggregator.moduleProcess aggregator_form_feed form submissions. @todo Add delete confirmation dialog.
aggregator_refreshmodules/aggregator/aggregator.moduleChecks a news feed for new items.
block_admin_display_submitmodules/block/block.moduleProcess main block administration form submission.
block_box_delete_submitmodules/block/block.moduleDeletion of custom blocks.
book_exportmodules/book/book.moduleMenu callback; Generates various representation of a book page with all descendants and prints the requested representation to output.
book_outline_submitmodules/book/book.moduleHandles book outline form submissions.
color_scheme_form_submitmodules/color/color.moduleSubmit handler for color change form.
comment_admin_overview_submitmodules/comment/comment.moduleExecute the chosen 'Update option' on the selected comments, such as publishing, unpublishing or deleting.
comment_deletemodules/comment/comment.moduleMenu callback; delete a comment.
comment_multiple_delete_confirmmodules/comment/comment.moduleList the selected comments and verify that the admin really wants to delete them.
comment_multiple_delete_confirm_submitmodules/comment/comment.modulePerform the actual comment deletion.
comment_replymodules/comment/comment.moduleThis function is responsible for generating a comment reply form. There are several cases that have to be handled, including: replies to comments replies to nodes attempts to reply to nodes that can no longer accept comments respecting access...
comment_savemodules/comment/comment.moduleAccepts a submission of new or changed comment content.
contact_admin_deletemodules/contact/contact.moduleCategory delete page.
contact_admin_delete_submitmodules/contact/contact.moduleProcess category delete form submission.
contact_admin_edit_submitmodules/contact/contact.moduleProcess the contact category edit page form submission.
contact_mail_page_submitmodules/contact/contact.moduleProcess the site-wide contact page form submission.
contact_mail_user_submitmodules/contact/contact.moduleProcess the personal contact page form submission.
db_check_setupincludes/database.pgsql.incVerify if the database is set up correctly.
drupal_authmodules/drupal/drupal.moduleImplementation of hook_auth().
drupal_check_moduleincludes/install.incCheck a module's requirements.
drupal_get_messagesincludes/bootstrap.incReturn all messages that have been set.
drupal_rewrite_settingsincludes/install.incRead settings.php into a buffer line by line, changing values specified in $settings array, then over-writing the old settings.php file.
drupal_set_messageincludes/bootstrap.incSet a message which reflects the status of the performed operation.
drupal_test_mysqlincludes/install.mysql.incCheck if we can connect to MySQL.
drupal_test_mysqliincludes/install.mysqli.incCheck if we can connect to MySQL.
drupal_test_pgsqlincludes/install.pgsql.incCheck if we can connect to PostgreSQL.
drupal_verify_profileincludes/install.incVerify a profile for installation.
error_handlerincludes/common.incLog errors as defined by administrator Error levels: 0 = Log errors to database. 1 = Log errors to database and to screen.
file_check_directoryincludes/file.incCheck that the directory exists and is writable. Directories need to have execute permissions to be considered a directory by FTP servers, etc.
file_copyincludes/file.incCopies a file to a new location. This is a powerful function that in many ways performs like an advanced version of copy). Checks if $source and $dest are valid and readable/writable. Performs a file copy if $source is not equal to $dest. If file...
file_moveincludes/file.incMoves a file to a new location. Checks if $source and $dest are valid and readable/writable. Performs a file move if $source is not equal to $dest. If file already exists in $dest either the call will error out, replace the file or rename the file...
file_save_dataincludes/file.incSave a string to the specified destination.
filter_admin_deletemodules/filter/filter.moduleMenu callback; confirm deletion of a format.
filter_admin_delete_submitmodules/filter/filter.moduleProcess filter delete form submission.
filter_admin_format_form_submitmodules/filter/filter.moduleProcess filter format form submissions.
filter_admin_order_submitmodules/filter/filter.moduleProcess filter order configuration form submission.
form_set_errorincludes/form.incFile an error against a form element. If the name of the element is edit[foo][bar] then you may pass either foo or foo][bar as $name foo will set an error for all its children.
forum_confirm_delete_submitmodules/forum/forum.moduleImplementation of forms api _submit call. Deletes a forum after confirmation.
forum_form_submitmodules/forum/forum.moduleProcess forum form and container form submissions.
hook_authdeveloper/hooks/authentication.phpVerify authentication of a user.
hook_nodeapideveloper/hooks/core.phpAct on nodes defined by other modules.
install_change_settingsinstall.phpConfigure and rewrite settings.php.
install_check_requirementsinstall.phpPage to check installation requirements and report any errors.
install_completeinstall.phpPage displayed when the installation is complete. Called from install.php.
install_maininstall.phpThe Drupal installation happens in a series of steps. We begin by verifying that the current environment meets our minimum requirements. We then go on to verify that settings.php is properly configured. From there we connect to the configured database...
locale_admin_manage_delete_formmodules/locale/locale.moduleUser interface for the language deletion confirmation screen.
locale_admin_manage_delete_form_submitmodules/locale/locale.moduleProcess language deletion submissions.
menu_edit_item_savemodules/menu/menu.moduleSave changes to a menu item into the database.
menu_item_delete_form_submitmodules/menu/menu.moduleProcess menu delete form submissions.
menu_reset_item_submitmodules/menu/menu.moduleProcess menu reset item form submissions.
node_admin_nodes_submitmodules/node/node.moduleSubmit the node administration update form.
node_configure_rebuild_confirm_submitmodules/node/node.moduleHandler for wipe confirmation
node_deletemodules/node/node.moduleDelete a node.
node_node_typemodules/node/content_types.incImplementation of hook_node_type().
node_revision_deletemodules/node/node.moduleDelete the revision with specified revision number. A "delete revision" nodeapi event is invoked when a revision is deleted.
node_revision_revertmodules/node/node.moduleRevert to the revision with the specified revision number. A node and nodeapi "update" event is triggered (via the node_save() call) when a revision is reverted.
node_type_delete_confirm_submitmodules/node/content_types.incProcess content type delete confirm submissions.
node_type_form_submitmodules/node/content_types.incImplementation of hook_form_submit().
page_get_cacheincludes/bootstrap.incRetrieve the current page from the cache.
path_admin_deletemodules/path/path.modulePost-confirmation; delete an URL alias.
path_form_submitmodules/path/path.moduleSave a new URL alias to the database.
poll_cancelmodules/poll/poll.moduleCallback for canceling a vote
poll_votemodules/poll/poll.moduleCallback for processing a vote
profile_field_delete_submitmodules/profile/profile.moduleProcess a field delete form submission.
profile_field_form_submitmodules/profile/profile.moduleProcess profile_field_form submissions.
search_admin_settings_validatemodules/search/search.moduleValidate callback.
search_wipe_confirm_submitmodules/search/search.moduleHandler for wipe confirmation
system_main_admin_pagemodules/system/system.moduleProvide the administration overview page.
system_modules_submitmodules/system/system.moduleSubmit callback; handles modules form submission.
system_modules_uninstall_submitmodules/system/system.moduleProcesses the submitted uninstall form.
system_modules_uninstall_validatemodules/system/system.moduleValidates the submitted uninstall form.
system_run_cronmodules/system/system.moduleMenu callback: run cron manually.
system_settings_formmodules/system/system.moduleAdd default buttons to a form and set its prefix
system_settings_form_submitmodules/system/system.moduleExecute the system_settings_form.
taxonomy_form_term_submitmodules/taxonomy/taxonomy.moduleAccept the form submission for a taxonomy term and save the result.
taxonomy_form_vocabulary_submitmodules/taxonomy/taxonomy.moduleAccept the form submission for a vocabulary and save the results.
theme_node_previewmodules/node/node.moduleDisplay a node preview for display during node creation and editing.
update_do_update_pageupdate.phpPerform updates for the JS version and return progress.
upload_munge_filenamemodules/upload/upload.moduleMunge the filename as needed for security purposes.
user_admin_access_addmodules/user/user.moduleMenu callback: add an access rule
user_admin_access_editmodules/user/user.moduleMenu callback: edit an access rule
user_admin_account_submitmodules/user/user.moduleSubmit the user administration update form.
user_deletemodules/user/user.moduleDelete a user.
user_pass_resetmodules/user/user.moduleMenu callback; process one time login link and redirects to the user page on success.
_locale_add_languageincludes/locale.incHelper function to add a language
_locale_admin_import_submitincludes/locale.incProcess the locale import form submission.
_locale_admin_manage_screen_submitincludes/locale.incProcess locale admin manager form submissions.
_locale_import_messageincludes/locale.incSets an error message occurred during locale file parsing.
_locale_import_parse_plural_formsincludes/locale.incParses a Plural-Forms entry from a Gettext Portable Object file header
_locale_import_poincludes/locale.incParses Gettext Portable Object file information and inserts into database
_locale_string_deleteincludes/locale.incDelete a language string.
_locale_string_editincludes/locale.incUser interface for string editing.
_locale_string_edit_submitincludes/locale.incProcess string editing form submissions. Saves all translations of one string submitted from a form.
_menu_site_is_offlineincludes/menu.incReturns TRUE if the site is off-line for maintenance.
_upload_imagemodules/upload/upload.moduleCheck an upload, if it is an image, make sure it fits within the maximum dimensions allowed.

Functions called by drupal_set_message()

Namesort iconLocationDescription
drupal_set_messageincludes/bootstrap.incSet a message which reflects the status of the performed operation.
 
 

Drupal is a registered trademark of Dries Buytaert.