drupal_set_message

Functions that call drupal_set_message()

Namesort iconLocationDescription
aggregator_admin_edit_categorydrupal/modules/aggregator.moduleMenu callback; displays the category edit form, or saves changes and redirects to the overview page.
aggregator_admin_edit_feeddrupal/modules/aggregator.moduleMenu callback; displays the feed edit form.
aggregator_refreshdrupal/modules/aggregator.moduleChecks a news feed for new items.
block_admindrupal/modules/block.moduleMenu callback; displays the block overview page.
block_admin_configuredrupal/modules/block.moduleMenu callback; displays the block configuration form.
block_box_adddrupal/modules/block.moduleMenu callback; displays the block creation form.
block_box_deletedrupal/modules/block.moduleMenu callback; confirm and delete custom blocks.
book_admindrupal/modules/book.moduleMenu callback; displays the book administration page.
book_nodeapidrupal/modules/book.moduleImplementation of hook_nodeapi().
book_outlinedrupal/modules/book.moduleImplementation of function book_outline() Handles all book outline operations.
comment_deletedrupal/modules/comment.moduleMenu callback; delete a comment.
comment_matrix_settingsdrupal/modules/comment.moduleMenu callback; presents the moderation vote matrix.
comment_role_settingsdrupal/modules/comment.moduleMenu callback; allows admin to set default scores for different roles.
comment_threshold_settingsdrupal/modules/comment.moduleMenu callback; displays settings for thresholds at which comments are displayed.
comment_vote_settingsdrupal/modules/comment.moduleMenu callback; displays page for assigning names to vote values.
do_searchdrupal/modules/search.moduleDo a query on the full-text search index for a word or words.
drupal_authdrupal/modules/drupal.moduleImplementation of hook_auth().
drupal_check_tokendrupal/includes/common.incCheck the form token if there is POST data for an authenticated user to defend against cross site request forgeries.
drupal_get_messagesdrupal/includes/bootstrap.incReturn all messages that have been set.
file_check_directorydrupal/includes/file.incCheck that directory exists and is writable.
file_copydrupal/includes/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_movedrupal/includes/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_datadrupal/includes/file.incSave a string to the specified destination
file_save_uploaddrupal/includes/file.incSaves a file upload to a new location. The source file is validated as a proper upload and handled as such.
filter_admin_adddrupal/modules/filter.moduleAdd a new input format.
filter_admin_deletedrupal/modules/filter.moduleMenu callback; confirm deletion of a format.
filter_admin_filters_savedrupal/modules/filter.moduleSave enabled/disabled status for filters in a format.
filter_admin_order_savedrupal/modules/filter.moduleSave the weights of filters in a format.
filter_admin_savedrupal/modules/filter.moduleSave input formats on the overview page.
form_set_errordrupal/includes/common.incFile an error against the form element with the specified name.
locale_admin_importdrupal/modules/locale.modulePage handler for the translation import screen
locale_admin_manage_adddrupal/modules/locale.modulePage handler for the language addition screen
locale_admin_manage_delete_screendrupal/modules/locale.moduleUser interface for the language deletion confirmation screen
menu_delete_itemdrupal/modules/menu.moduleMenu callback; delete a single custom item.
menu_disable_itemdrupal/modules/menu.moduleMenu callback; hide a menu item.
menu_edit_item_savedrupal/modules/menu.moduleSave changes to a menu item into the database.
menu_resetdrupal/modules/menu.moduleMenu callback; clear the database, resetting the menu to factory defaults.
menu_reset_itemdrupal/modules/menu.moduleMenu callback; reset a single modified item.
node_admin_nodesdrupal/modules/node.moduleGenerate the content administration overview.
node_pagedrupal/modules/node.moduleMenu callback; dispatches control to the appropriate operation handler.
node_revision_deletedrupal/modules/node.moduleDelete the revision with specified revision number.
node_revision_rollbackdrupal/modules/node.moduleRoll back to the revision with the specified revision number.
node_submitdrupal/modules/node.moduleAccepts a submission of new or changed node content.
page_get_cachedrupal/includes/bootstrap.incRetrieve the current page from the cache.
path_admin_deletedrupal/modules/path.moduleMenu callback; handles deletion of an URL alias.
path_savedrupal/modules/path.moduleVerify that a new URL alias is valid, and save it to the database.
poll_votedrupal/modules/poll.moduleCallback for processing a vote
profile_admin_adddrupal/modules/profile.moduleMenu callback; adds a new field to all user profiles.
profile_admin_deletedrupal/modules/profile.moduleMenu callback; deletes a field from all user profiles.
profile_admin_editdrupal/modules/profile.moduleMenu callback; displays the profile field editing form.
queue_nodeapidrupal/modules/queue.moduleImplementation of hook_nodeapi().
search_admindrupal/modules/search.moduleMenu callback; displays the search module settings page.
upload_munge_filenamedrupal/modules/upload.moduleMunge the filename as needed for security purposes.
user_admin_access_adddrupal/modules/user.moduleMenu callback: add an access rule
user_admin_access_checkdrupal/modules/user.moduleMenu callback: check an access rule
user_admin_access_deletedrupal/modules/user.moduleMenu callback: delete an access rule
user_admin_access_editdrupal/modules/user.moduleMenu callback: edit an access rule
user_admin_permdrupal/modules/user.moduleMenu callback: administer permissions.
user_admin_roledrupal/modules/user.moduleMenu callback: administer roles.
_aggregator_page_listdrupal/modules/aggregator.modulePrints an aggregator page listing a number of feed items. Various menu callbacks use this function to print their feeds.
_locale_add_languagedrupal/includes/locale.incHelper function to add a language
_locale_import_parse_plural_formsdrupal/includes/locale.incParses a Plural-Forms entry from a Gettext Portable Object file header
_locale_import_podrupal/includes/locale.incParses Gettext Portable Object file information and inserts into database
_locale_import_read_podrupal/includes/locale.incParses Gettext Portable Object file into an array
_locale_string_savedrupal/includes/locale.incAction handler for string editing
_upload_imagedrupal/modules/upload.moduleCheck an upload, if it is an image, make sure it fits within the maximum dimensions allowed.