drupal_set_message

Functions that call drupal_set_message()

Namesort iconLocationDescription
aggregator_categorize_items_submitmodules/aggregator/aggregator.pages.incProcess aggregator_categorize_items form submissions.
aggregator_form_category_submitmodules/aggregator/aggregator.admin.incProcess aggregator_form_category form submissions.
aggregator_form_feed_submitmodules/aggregator/aggregator.admin.incProcess aggregator_form_feed form submissions.
aggregator_parse_feedmodules/aggregator/aggregator.moduleParse a feed and store its items.
aggregator_refreshmodules/aggregator/aggregator.moduleChecks a news feed for new items.
aggregator_removemodules/aggregator/aggregator.moduleRemoves all items from a feed.
batch_example_finisheddeveloper/examples/batch_example.moduleBatch 'finished' callback used by both batch 1 and batch 2
block_add_block_form_submitmodules/block/block.admin.incSave the new custom block.
block_admin_display_form_submitmodules/block/block.admin.incProcess main blocks administration form submission.
block_box_delete_submitmodules/block/block.admin.incDeletion of custom blocks.
blogapi_update_6000modules/blogapi/blogapi.installInform users about the new permission.
blog_page_lastmodules/blog/blog.pages.incMenu callback; displays a Drupal page containing recent blog entries of all users.
blog_page_usermodules/blog/blog.pages.incMenu callback; displays a Drupal page containing recent blog entries of a given user.
book_admin_edit_submitmodules/book/book.admin.incHandle submission of the book administrative page form.
book_exportmodules/book/book.pages.incMenu callback; Generates various representation of a book page and its children.
book_outline_form_submitmodules/book/book.pages.incHandles book outline form submissions from the outline tab. See alsobook_outline_form()
book_remove_form_submitmodules/book/book.pages.incConfirm form submit function to remove a node from the book. See alsobook_remove_form()
color_form_altermodules/color/color.moduleImplementation of hook_form_alter().
color_scheme_form_submitmodules/color/color.moduleSubmit handler for color change form.
comment_admin_overview_submitmodules/comment/comment.admin.incProcess comment_admin_overview form submissions.
comment_confirm_delete_submitmodules/comment/comment.admin.incProcess comment_confirm_delete form submissions.
comment_controls_submitmodules/comment/comment.moduleProcess comment_controls form submissions.
comment_deletemodules/comment/comment.admin.incMenu callback; delete a comment.
comment_multiple_delete_confirmmodules/comment/comment.admin.incList the selected comments and verify that the admin really wants to delete them.
comment_multiple_delete_confirm_submitmodules/comment/comment.admin.incProcess comment_multiple_delete_confirm form submissions.
comment_replymodules/comment/comment.pages.incThis 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_delete_submitmodules/contact/contact.admin.incProcess category delete form submission.
contact_admin_edit_submitmodules/contact/contact.admin.incProcess the contact category edit page form submission.
contact_mail_page_submitmodules/contact/contact.pages.incProcess the site-wide contact page form submission.
contact_mail_user_submitmodules/contact/contact.pages.incProcess the personal contact page form submission.
db_check_setupincludes/database.pgsql.incVerify if the database is set up correctly.
do_searchmodules/search/search.moduleDo a query on the full-text search index for a word or words.
drupal_check_moduleincludes/install.incCheck a module's requirements.
drupal_error_handlerincludes/common.incLog errors as defined by administrator.
drupal_get_messagesincludes/bootstrap.incReturn all messages that have been set.
drupal_mailincludes/mail.incCompose and optionally send an e-mail message.
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.
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_destinationincludes/file.incDetermines the destination path for a file depending on how replacement of existing files should be handled.
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_munge_filenameincludes/file.incMunge the filename as needed for security purposes. For instance the file name "exploit.php.pps" would become "exploit.php_.pps".
file_save_dataincludes/file.incSave a string to the specified destination.
file_save_uploadincludes/file.incSaves a file upload to a new location. The source file is validated as a proper upload and handled as such.
file_validate_image_resolutionincludes/file.incIf the file is an image verify that its dimensions are within the specified maximum and minimum dimensions. Non-image files will be ignored.
filter_admin_deletemodules/filter/filter.admin.incMenu callback; confirm deletion of a format. See alsofilter_admin_delete_submit()
filter_admin_delete_submitmodules/filter/filter.admin.incProcess filter delete form submission.
filter_admin_format_form_submitmodules/filter/filter.admin.incProcess filter format form submissions.
filter_admin_order_submitmodules/filter/filter.admin.incProcess filter order configuration form submission.
form_set_errorincludes/form.incFile an error against a form element.
forum_confirm_delete_submitmodules/forum/forum.admin.incImplementation of forms api _submit call. Deletes a forum after confirmation.
forum_form_submitmodules/forum/forum.admin.incProcess forum form and container form submissions.
hook_nodeapideveloper/hooks/core.phpAct on nodes defined by other modules.
install_check_requirementsinstall.phpCheck installation requirements and report any errors.
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...
install_tasksinstall.phpTasks performed after the database is initialized.
locale_languages_configure_form_submitincludes/locale.incSubmit function for language negotiation settings.
locale_languages_delete_formincludes/locale.incUser interface for the language deletion confirmation screen.
locale_languages_delete_form_submitincludes/locale.incProcess language deletion submissions.
locale_languages_overview_form_submitincludes/locale.incProcess language overview form submissions, updating existing languages.
locale_languages_predefined_form_submitincludes/locale.incProcess the language addition form submission.
locale_translate_delete_form_submitincludes/locale.incProcess string deletion submissions.
locale_translate_edit_formincludes/locale.incUser interface for string editing.
locale_translate_edit_form_submitincludes/locale.incProcess string editing form submissions. Saves all translations of one string submitted from a form.
locale_translate_import_form_submitincludes/locale.incProcess the locale import form submission.
locale_update_6005modules/locale/locale.installChange language setting variable of content types.
menu_delete_menu_confirm_submitmodules/menu/menu.admin.incDelete a custom menu and all items in it.
menu_edit_item_submitmodules/menu/menu.admin.incProcess menu and menu item add/edit form submissions.
menu_edit_item_validatemodules/menu/menu.admin.incValidate form values for a menu link being added or edited.
menu_item_delete_form_submitmodules/menu/menu.admin.incProcess menu delete form submissions.
menu_nodeapimodules/menu/menu.moduleImplementation of hook_nodeapi().
menu_reset_item_confirm_submitmodules/menu/menu.admin.incProcess menu reset item form submissions.
node_access_rebuildmodules/node/node.moduleRebuild the node access database. This is occasionally needed by modules that make system-wide changes to access levels.
node_deletemodules/node/node.moduleDelete a node.
node_helpmodules/node/node.moduleImplementation of hook_help().
node_mass_updatemodules/node/node.admin.incMake mass update of nodes, changing all nodes in the $nodes array to update them with the field values in $updates.
node_node_typemodules/node/content_types.incImplementation of hook_node_type().
node_teaser_include_verifymodules/node/node.moduleEnsure value of "teaser_include" checkbox is consistent with other form data.
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().
openid_authenticationmodules/openid/openid.moduleAuthenticate a user or attempt registration.
openid_authentication_pagemodules/openid/openid.pages.incMenu callback; Process an OpenID authentication.
openid_usermodules/openid/openid.moduleImplementation of hook_user().
openid_user_identitiesmodules/openid/openid.pages.incMenu callback; Manage OpenID identities for the specified user.
page_get_cacheincludes/bootstrap.incRetrieve the current page from the cache.
path_admin_deletemodules/path/path.modulePost-confirmation; delete an URL alias.
path_admin_form_submitmodules/path/path.admin.incSave a new URL alias to the database.
php_disablemodules/php/php.installImplementation of hook_disable().
php_installmodules/php/php.installImplementation of hook_install().
poll_votemodules/poll/poll.moduleSubmit handler for processing a vote
profile_admin_overview_submitmodules/profile/profile.admin.incSubmit handler to update changed profile field weights and categories. See alsoprofile_admin_overview()
profile_field_delete_submitmodules/profile/profile.admin.incProcess a field delete form submission.
profile_field_form_submitmodules/profile/profile.admin.incProcess profile_field_form submissions.
search_admin_settings_validatemodules/search/search.admin.incValidate callback.
search_wipe_confirm_submitmodules/search/search.admin.incHandler for wipe confirmation
system_actions_configure_submitmodules/system/system.moduleProcess system_actions_configure form submissions.
system_actions_delete_form_submitmodules/system/system.moduleProcess system_actions_delete form submissions.
system_action_delete_orphans_postmodules/system/system.modulePost-deletion operations for deleting action orphans.
system_clear_cache_submitmodules/system/system.admin.incSubmit callback; clear system caches.
system_main_admin_pagemodules/system/system.admin.incMenu callback; Provide the administration overview page.
system_message_actionmodules/system/system.moduleA configurable Drupal action. Sends a message to the current user's screen.
system_modules_submitmodules/system/system.admin.incSubmit callback; handles modules form submission.
system_modules_uninstall_submitmodules/system/system.admin.incProcesses the submitted uninstall form.
system_modules_uninstall_validatemodules/system/system.admin.incValidates the submitted uninstall form.
system_requirementsmodules/system/system.installTest and report Drupal installation requirements.
system_run_cronmodules/system/system.admin.incMenu callback: run cron manually.
system_settings_formmodules/system/system.moduleAdd default buttons to a form and set its prefix. See alsosystem_settings_form_submit()
system_settings_form_submitmodules/system/system.moduleExecute the system_settings_form.
system_site_information_settings_validatemodules/system/system.admin.incValidate the submitted site-information form.
system_themes_form_submitmodules/system/system.admin.incProcess system_themes_form form submissions.
system_theme_settings_submitmodules/system/system.admin.incProcess system_theme_settings form submissions.
system_update_6017modules/system/system.installRename settings related to user.module email notifications.
system_update_6026modules/system/system.installDisplay warning about new Update status module.
system_update_6038modules/system/system.installEnsure that "Account" is not used as a Profile category.
system_update_6045modules/system/system.installUpdate blog, book and locale module permissions.
taxonomy_form_term_submitmodules/taxonomy/taxonomy.admin.incSubmit handler to insert or update a term. See alsotaxonomy_form_term()
taxonomy_form_vocabulary_submitmodules/taxonomy/taxonomy.admin.incAccept the form submission for a vocabulary and save the results.
taxonomy_term_confirm_delete_submitmodules/taxonomy/taxonomy.admin.incSubmit handler to delete a term after confirmation. See alsotaxonomy_term_confirm_delete()
taxonomy_vocabulary_confirm_delete_submitmodules/taxonomy/taxonomy.admin.incSubmit handler to delete a vocabulary after confirmation. See alsotaxonomy_vocabulary_confirm_delete()
taxonomy_vocabulary_confirm_reset_alphabetical_submitmodules/taxonomy/taxonomy.admin.incSubmit handler to reset a vocabulary to alphabetical order after confirmation. See alsotaxonomy_vocabulary_confirm_reset_alphabetical()
theme_install_pageincludes/theme.maintenance.incGenerate a themed installation page.
theme_node_previewmodules/node/node.pages.incDisplay a node preview for display during node creation and editing.
theme_update_pageincludes/theme.maintenance.incGenerate a themed update page.
trigger_assign_form_submitmodules/trigger/trigger.admin.incSubmit function for trigger_assign_form().
update_check_requirementsupdate.phpCheck update requirements and report any errors.
update_helpmodules/update/update.moduleImplementation of hook_help().
update_manual_statusmodules/update/update.fetch.incCallback to manually check the update status without cron.
user_admin_access_form_submitmodules/user/user.admin.incSubmit callback for user_admin_access_form().
user_admin_account_submitmodules/user/user.admin.incSubmit the user administration update form.
user_confirm_delete_submitmodules/user/user.pages.incSubmit function for the confirm form for user deletion.
user_external_login_registermodules/user/user.moduleHelper function for authentication modules. Either login in or registers the current user, based on username. Either way, the global $user object is populated based on $name.
user_pass_resetmodules/user/user.pages.incMenu callback; process one time login link and redirects to the user page on success.
user_profile_form_submitmodules/user/user.pages.incSubmit function for the user account and profile editing form.
user_register_submitmodules/user/user.moduleSubmit handler for the user registration form.
_batch_doincludes/batch.incDo one pass of execution and inform back the browser about progression (used for JavaScript-mode only).
_block_rehashmodules/block/block.moduleUpdate the 'blocks' DB table with the blocks currently exported by modules.
_locale_batch_language_finishedincludes/locale.incFinished callback of language addition locale import batch. Inform the user of translation files imported.
_locale_batch_system_finishedincludes/locale.incFinished callback of system page locale import batch. Inform the user of translation files imported.
_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
_menu_site_is_offlineincludes/menu.incChecks whether the site is off-line for maintenance.
_module_build_dependenciesincludes/module.incFind dependencies any level deep and fill in dependents information too.
_node_access_rebuild_batch_finishedmodules/node/node.modulePost-processing for node_access_rebuild_batch.
_node_mass_update_batch_finishedmodules/node/node.admin.incNode Mass Update Batch 'finished' callback.

Functions called by drupal_set_message()

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

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.