user_access

Versions
5
user_access($string, $account = NULL)
6
user_access($string, $account = NULL, $reset = FALSE)
7
user_access($string, $account = NULL)

Determine whether the user has a given privilege.

All permission checks in Drupal should go through this function. This way, we guarantee consistent behavior, and ensure that the superuser can perform all actions.

Parameters

$string The permission, such as "administer nodes", being checked for.

$account (optional) The account to check, if not given use currently logged in user.

$reset (optional) Resets the user's permissions cache, which will result in a recalculation of the user's permissions. This is necessary to support dynamically added user roles.

Return value

Boolean TRUE if the current user has the requested permission.

▾ 802 functions call user_access()

about_this_node_block in contributions/about_this_node/about_this_node.module
Implementation of hook_block()
acquia_agent_init in contributions/acquia_connector/acquia_agent/acquia_agent.module
Implementation of hook_init().
acronyms_access in contributions/acronyms/acronyms.module
Implementation of hook_access()
addanother_nodeapi in contributions/addanother/addanother.module
Implementation of hook_nodeapi().
addthis_block in contributions/addthis/addthis.module
Implementation of hook_block().
addthis_link in contributions/addthis/addthis.module
Implementation of hook_link().
addtoany_block in contributions/addtoany/addtoany.module
Implementation of hook_block().
addtoany_link in contributions/addtoany/addtoany.module
Implementation of hook_link().
addtoany_nodeapi in contributions/addtoany/addtoany.module
Implementation of hook_nodeapi().
adminblock_block in contributions/adminblock/adminblock.module
Implementation of hook_block().
admin_init in contributions/admin/admin.module
Implementation of hook_init().
admin_is_enabled in contributions/admin/admin.module
Wrapper to check whether various admin features are accessible to the current user and compatible with the current theme.
admin_menu_init in contributions/admin_menu/admin_menu.module
Implementation of hook_init().
admin_menu_links_icon in contributions/admin_menu/admin_menu.inc
Build icon menu links; mostly containing maintenance helpers.
admin_menu_links_user in contributions/admin_menu/admin_menu.inc
Build user/action links; mostly account information and links.
admin_menu_output in contributions/admin_menu/admin_menu.module
Build the administration menu output.
admin_menu_toolbar_admin_menu_output_alter in contributions/admin_menu/admin_menu_toolbar/admin_menu_toolbar.module
Implementation of hook_admin_menu_output_alter().
admin_menu_toolbar_init in contributions/admin_menu/admin_menu_toolbar/admin_menu_toolbar.module
Implementation of hook_init().
adsense_main_settings in contributions/adsense/adsense.admin.inc
Menu callback for the adsense module settings form.
advanced_forum_get_reply_link in contributions/advanced_forum/advanced_forum.module
advanced_forum_markasread_access in contributions/advanced_forum/advanced_forum.module
Access callback for menus and link display.
advanced_help_index_page in contributions/advanced_help/advanced_help.module
Page callback to view the advanced help topic index.
advanced_help_l in contributions/advanced_help/advanced_help.module
Format a link but preserve popup identity.
advanced_help_search_form_submit in contributions/advanced_help/advanced_help.module
Process a search form submission.
advanced_help_search_view in contributions/advanced_help/advanced_help.module
Page callback for advanced help search.
advanced_help_topic_page in contributions/advanced_help/advanced_help.module
Page callback to view a help topic.
advanced_help_url in contributions/advanced_help/advanced_help.module
Format a URL but preserve popup identity.
aes_get_key in contributions/aes/aes.module
aes_show_password_page in contributions/aes/aes.module
aes_user in contributions/aes/aes.module
aggregator_block in 6/modules/aggregator/aggregator.module
Implementation of hook_block().
aggregator_categorize_items_validate in 6/modules/aggregator/aggregator.pages.inc
Validate aggregator_categorize_items form submissions.
apachesolr_block in contributions/apachesolr/apachesolr.module
Implementation of hook_block().
api_block in contributions/api/api.module
apply_for_role_apply_access in contributions/apply_for_role/apply_for_role.module
Check that the user is allowed to create applications and that there are roles that they don't yet belong to.
apply_for_role_user in contributions/apply_for_role/apply_for_role.module
Implementation of hook_user().
arcade_block in contributions/arcade/arcade.module
Implementation of hook_block().
asset_search_menu in contributions/asset/contrib/asset_search/asset_search.module
Implementation of hook_menu().
asset_wizard_directory_options in contributions/asset/asset_wizard.inc
asset_wizard_form_asset_selection in contributions/asset/asset_wizard.inc
Form builder for step 1 of the asset wizard. This step is the most intensive so it has been separated out for clarity.
asset_wizard_menu in contributions/asset/asset_wizard.module
Implementation of hook_menu().
asset_wizard_toolbar in contributions/asset/asset_wizard.inc
Build a list of available asset_types that can be used.
audio_access in contributions/audio/audio.module
Implementation of hook_access().
audio_block in contributions/audio/audio.module
Implementation of hook_block().
audio_form in contributions/audio/audio.module
Implementation of hook_form().
audio_link in contributions/audio/audio.module
Implementation of hook_link().
audio_playlist_access in contributions/audio/contrib/playlist/audio_playlist.module
Access callback to for the add playlist form.
audio_playlist_get_playlist_nodes in contributions/audio/contrib/playlist/audio_playlist.module
Fetch an array of all candidate referenced nodes, for use in presenting the selection form to the user.
audio_playlist_link in contributions/audio/contrib/playlist/audio_playlist.module
Implementation of hook_link().
auto_nodetitle_node_settings_form in contributions/auto_nodetitle/auto_nodetitle.module
Helper function for hook_form_alter() renders the settings per node-type.
avatar_selection_access in contributions/avatar_selection/avatar_selection.module
Implementation of hook_access().
avatar_selection_file_download in contributions/avatar_selection/avatar_selection.module
Implementation of hook_file_download().
avatar_selection_form_user_profile_form_alter in contributions/avatar_selection/avatar_selection.module
Implementation of hook_form_alter().
avatar_selection_form_user_register_alter in contributions/avatar_selection/avatar_selection.module
Implementation of hook_form_alter().
backup_migrate_help in contributions/backup_migrate/backup_migrate.module
Implementation of hook_help().
backup_migrate_ui_destination_delete_file_confirm_submit in contributions/backup_migrate/includes/destinations.inc
Delete confirmed, perform the delete.
backup_migrate_ui_destination_restore_file in contributions/backup_migrate/includes/destinations.inc
Restore a backup file from a destination.
backup_migrate_ui_destination_restore_file_confirm_submit in contributions/backup_migrate/includes/destinations.inc
Do the file restore.
backup_migrate_ui_manual_backup_form in contributions/backup_migrate/backup_migrate.module
The backup/export form.
backup_migrate_ui_manual_backup_form_submit in contributions/backup_migrate/backup_migrate.module
Submit the form. Save the values as defaults if desired and output the backup file.
backup_migrate_ui_manual_backup_quick in contributions/backup_migrate/backup_migrate.module
The menu callback for easy manual backups.
backup_migrate_ui_manual_quick_backup_form_submit in contributions/backup_migrate/backup_migrate.module
Submit the quick backup form.
backup_migrate_ui_manual_restore_form in contributions/backup_migrate/backup_migrate.module
The restore/import upload form.
beautify_htmltidy_process in contributions/beautify/beautify.module
Process the buffered output through the HTML Tidy processor.
better_formats_filter_form in contributions/better_formats/better_formats.module
Better Formats version of filter_form().
better_formats_node_type_form in contributions/better_formats/better_formats.module
FAPI form to add to the content type edit form.
biblio_access in contributions/biblio/biblio.module
Implementation of hook_access().
biblio_admin_settings in contributions/biblio/biblio.admin.inc
Implementation of hook_settings().
biblio_bibtex_export in contributions/biblio/biblio.import.export.inc
Export data in bibtex format.
biblio_block in contributions/biblio/biblio.module
Implementation of hook_block().
biblio_endnote_tagged_export in contributions/biblio/biblio.import.export.inc
Export data in EndNote tagged format.
biblio_link in contributions/biblio/biblio.module
Implementation of hook_link().
biblio_show_results in contributions/biblio/biblio.pages.inc
biblio_show_results takes the query results from biblio_db_search and adds some controls to the page then loops through the results applying the selected style to each entry
biblio_user in contributions/biblio/biblio.module
Implementation of hook_user().
birthdays_block in contributions/birthdays/birthdays.module
Implementation of hook_block().
birthdays_profile_alter in contributions/birthdays/birthdays.module
Alter the way the birthday is shown. This is fired after every module has filled the profile.
block_admin_configure in 6/modules/block/block.admin.inc
Menu callback; displays the block configuration form.
block_admin_link in contributions/admin/admin.module
Implementation of hook_admin_link() on behalf of the block module.
block_edit_init in contributions/block_edit/block_edit.module
Adds CSS and JavaScript files required for edit links.
block_edit_preprocess_block in contributions/block_edit/block_edit.module
blogapi_blogger_edit_post in contributions/blogapi/blogapi.module
Blogging API callback. Modifies the specified blog node.
blogapi_blogger_new_post in contributions/blogapi/blogapi.module
Blogging API callback. Inserts a new blog post as a node.
blogapi_mt_publish_post in contributions/blogapi/blogapi.module
Blogging API callback. Publishes the given node.
blogapi_status_error_check in contributions/blogapi/blogapi.module
Check that the user has permission to save the node with the chosen status.
blogapi_validate_user in contributions/blogapi/blogapi.module
Ensure that the given user has permission to edit a blog.
blog_access in 6/modules/blog/blog.module
Implementation of hook_access().
blog_block in 6/modules/blog/blog.module
Implementation of hook_block().
blog_page_last in 6/modules/blog/blog.pages.inc
Menu callback; displays a Drupal page containing recent blog entries of all users.
blog_page_user in 6/modules/blog/blog.pages.inc
Menu callback; displays a Drupal page containing recent blog entries of a given user.
blog_page_user_access in 6/modules/blog/blog.module
Access callback for user blog pages.
blog_user in 6/modules/blog/blog.module
Implementation of hook_user().
book_export_html in 6/modules/book/book.pages.inc
This function is called by book_export() to generate HTML for export.
book_form_alter in 6/modules/book/book.module
Implementation of hook_form_alter(). Adds the book fieldset to the node form.
book_link in 6/modules/book/book.module
Implementation of hook_link().
book_nodeapi in 6/modules/book/book.module
Implementation of hook_nodeapi().
boost_admin_boost_performance_page in contributions/boost/boost.admin.inc
Form builder; Displays Boost's configuration page.
bot_log_day in contributions/bot/bot_log/bot_log.module
Displays either an overview of all channels, or a specific channel's day.
calais_access in contributions/opencalais/calais.module
Implementation of hook_access().
calais_preprocess_node in contributions/opencalais/calais.module
Implementation of hook_preprocess_node().
captcha_form_alter in contributions/captcha/captcha.module
Implementation of hook_form_alter().
cas_form_alter in contributions/cas/cas.module
implementation of hook_form_alter Overrides specific from settings based on user policy.
ca_convert_configurations_access in contributions/ubercart/ca/ca.module
Determine access to the configuration conversion form.
CheckAuthentication in contributions/fckeditor/filemanager.config.php
clone_access in contributions/node_clone/clone.module
cobaltnodes_init in contributions/cobalt/cobaltnodes.module
cobalttaxonomy_init in contributions/cobalt/cobalttaxonomy.module
cobalttaxonomy_json in contributions/cobalt/cobalttaxonomy.module
cobaltusers_init in contributions/cobalt/cobaltusers.module
cobaltusers_json in contributions/cobalt/cobaltusers.module
cobalt_cobalt_menu_alter in contributions/cobalt/cobalt.module
Implementation of hook_cobalt_menu_alter().
cobalt_init in contributions/cobalt/cobalt.module
Implementation of hook_init().
coder_form_alter in contributions/coder/coder.module
Implementation of hook_form_alter().
comment_access in 6/modules/comment/comment.module
This is *not* a hook_access() implementation. This function is called to determine whether the current user has access to a particular comment.
comment_block in 6/modules/comment/comment.module
Implementation of hook_block().
comment_form in 6/modules/comment/comment.module
Generate the basic commenting form, for appending to a node or display on a separate page.
comment_form_alter in 6/modules/comment/comment.module
Implementation of hook_form_alter().
comment_link in 6/modules/comment/comment.module
Implementation of hook_link().
comment_links in 6/modules/comment/comment.module
Build command links for a comment (e.g.\ edit, reply, delete) with respect to the current user's access permissions.
comment_render in 6/modules/comment/comment.module
Renders comment(s).
comment_reply in 6/modules/comment/comment.pages.inc
This function is responsible for generating a comment reply form. There are several cases that have to be handled, including:
comment_save in 6/modules/comment/comment.module
Accepts a submission of new or changed comment content.
comment_upload_alter_comment_form in contributions/comment_upload/comment_upload.module
Alter the comment form to support AHAH uploads.
comment_upload_comment_view in contributions/comment_upload/comment_upload.module
Add attachments to the comment on view or preview.
comment_upload_file_download in contributions/comment_upload/comment_upload.module
Implementation of hook_file_download().
comment_upload_process_files in contributions/comment_upload/comment_upload.module
Process file uploads.
comment_upload_save in contributions/comment_upload/comment_upload.module
Save the changes made to attachments.
content_access_admin_settings_access in contributions/content_access/content_access.module
content_access_node_page_access in contributions/content_access/content_access.module
content_field_edit_form in contributions/cck/includes/content.admin.inc
Menu callback; presents the field editing page.
content_permissions_field_access in contributions/cck/modules/content_permissions/content_permissions.module
Implementation of hook_field_access().
content_profile_nodeapi in contributions/content_profile/content_profile.module
Implementation of hook_nodeapi().
content_profile_page_access in contributions/content_profile/content_profile.module
content_profile_show_profiles in contributions/content_profile/content_profile.module
Returns an array suitable for use with drupal_render, that shows all content_profiles as configured by the admin.
ctools_block_content_type_render in contributions/ctools/plugins/content_types/block/block.inc
Output function for the 'block' content type. Outputs a block based on the module and delta supplied in the configuration.
ctools_comment_render in contributions/ctools/plugins/content_types/node_context/node_comments.inc
This function is a somewhat stripped down version of comment_render that removes a bunch of cruft that we both don't need, and makes it difficult to modify this.
ctools_contact_content_type_render in contributions/ctools/plugins/content_types/contact/contact.inc
Render the custom content type.
ctools_context_handler_pre_render in contributions/ctools/includes/context-task-handler.inc
Called to execute actions that should happen before a handler is rendered.
ctools_node_comment_form_content_type_render in contributions/ctools/plugins/content_types/node_context/node_comment_form.inc
ctools_perm_ctools_access_check in contributions/ctools/plugins/access/perm.inc
Check for access.
ctools_php_ctools_access_settings in contributions/ctools/plugins/access/php.inc
Settings form for the 'by perm' access plugin
ctools_term_description_content_type_render in contributions/ctools/plugins/content_types/term_context/term_description.inc
ctools_user_picture_content_type_render in contributions/ctools/plugins/content_types/user_context/user_picture.inc
ctools_user_profile_content_type_render in contributions/ctools/plugins/content_types/user_context/user_profile.inc
Render the user profile content type.
custom_breadcrumbs_form_alter in contributions/custom_breadcrumbs/custom_breadcrumbs.module
Implementation of hook_form_alter().
custom_pagers_form in contributions/custom_pagers/custom_pagers.admin.inc
custom_pagers_menu in contributions/custom_pagers/custom_pagers.module
Implementation of hook_menu().
date_repeat_node in contributions/date/date/date.module
ddebug_backtrace in contributions/devel/devel.module
Print the function call stack.
devel_block in contributions/devel/devel.module
Implementation of hook_block().
devel_exit in contributions/devel/devel.module
devel_form_alter in contributions/devel/devel.module
TODO: i switched params as per http://drupal.org/node/144132#form-alter but needs work still Implementation of hook_form_alter().
devel_init in contributions/devel/devel.module
Implementation of hook_init().
devel_menu_access_store_queries in contributions/devel/devel.module
devel_node_access_block in contributions/devel/devel_node_access.module
devel_shutdown_real in contributions/devel/devel.module
See devel_shutdown() which registers this function as a shutdown function. Displays developer information in the footer.
devel_switch_user_list in contributions/devel/devel.module
devel_themer_catch_function in contributions/devel/devel_themer.module
Intercepts all theme calls (including templates), adds to template log, and dispatches to original theme function. This function gets injected into theme registry in devel_themer_theme_registry_alter().
devel_themer_init in contributions/devel/devel_themer.module
dfb in contributions/devel/devel.module
Calls the http://www.firephp.org/ fb() function if it is found.
distributor_service_delete_access in contributions/content_distribution/modules/distributor_service/distributor_service.inc
Check if the user is allowed to delete the node.
distributor_service_get_access in contributions/content_distribution/modules/distributor_service/distributor_service.inc
Check if the user is allowed to access the node data.
domain_block in contributions/domain/domain.module
Implement hook_block()
domain_content_check in contributions/domain/domain_content/domain_content.module
Access checking routine for menu and node editing checks.
domain_content_filter_operations in contributions/domain/domain_content/domain_content.admin.inc
Filters the node batch operations based on the user's permissions.
domain_content_form in contributions/domain/domain_content/domain_content.admin.inc
Rewrites node_admin_nodes() to use db_rewrite_sql().
domain_content_list in contributions/domain/domain_content/domain_content.admin.inc
List the available domains for this user.
domain_content_menu_check in contributions/domain/domain_content/domain_content.module
Access control for menu items. There may be another way to do this in Drupal 6.
domain_content_node_operations in contributions/domain/domain_content/domain_content.module
Implement hook_node_operations()
domain_form_alter in contributions/domain/domain.module
Implement hook_form_alter()
domain_form_perm in contributions/domain/domain.module
Check a user's permissions for displaying the Domain form on nodes.
domain_form_user_admin_account_alter in contributions/domain/domain.module
Implement hook_form_alter().
domain_init in contributions/domain/domain.module
Implement hook_init().
domain_menu in contributions/domain/domain.module
Implement hook_menu()
domain_nav_render in contributions/domain/domain_nav/domain_nav.module
Renders output for the block.
domain_nodeapi in contributions/domain/domain.module
Implement hook_nodeapi().
domain_node_grants in contributions/domain/domain.module
Implement hook_node_grants.
domain_prefix_domainlinks in contributions/domain/domain_prefix/domain_prefix.module
Implement hook_domainlinks()
domain_source_form_alter in contributions/domain/domain_source/domain_source.module
Implement hook_form_alter()
domain_source_nodeapi in contributions/domain/domain_source/domain_source.module
Implement hook_nodeapi()
domain_user in contributions/domain/domain.module
Implement hook_user()
domain_user_operations in contributions/domain/domain.module
Implement hook_user_operations().
domain_user_user in contributions/domain/domain_user/domain_user.module
Implement hook_user()
dpm in contributions/devel/devel.module
Print a variable to the 'message' area of the page. Uses drupal_set_message()
dprint_r in contributions/devel/devel.module
Pretty-print a variable to the browser (no krumo). Displays only for users with proper permissions. If you want a string returned instead of a print, use the 2nd param.
draggableviews_views_pre_execute in contributions/draggableviews/draggableviews.module
Implementing hook_views_pre_execute
draggableviews_view_draggabletable_form_submit in contributions/draggableviews/draggableviews.module
Implementing hook_submit
drupalforfirebug_footer in contributions/drupalforfirebug/drupalforfirebug.module
Output Function to Return Hidden Div Containers in Footer
drupalforfirebug_get_php_exec in contributions/drupalforfirebug/drupalforfirebug.module
dvm in contributions/devel/devel.module
Var_dump() a variable to the 'message' area of the page. Uses drupal_set_message()
email_mail_page in contributions/email/email.module
The contact form page.
emimage_flickr_error_check in contributions/emfield/contrib/emimage/providers/flickr.inc
This will log an error if we don't have a key yet. In addition, if the user is an admin, we'll display an error.
en8_add_urls in contributions/biblio/endnote8_export.inc
event_block in contributions/event/event.module
Provides the blocks that this module is capable of displaying.
event_link in contributions/event/event.module
Provides the links that should be displayed when viewing events.
facebook_status_activityapi in contributions/facebook_status/facebook_status.module
Implementation of hook_activityapi(). Activity 1.
facebook_status_block in contributions/facebook_status/facebook_status.module
Implementation of hook_block().
facebook_status_preprocess_author_pane in contributions/facebook_status/facebook_status.author-pane.inc
Implementation of hook_preprocess_author_pane().
facebook_status_save_status in contributions/facebook_status/facebook_status.module
Saves a status into the database.
faq_access in contributions/faq/faq.module
Implementation of hook_access().
fckeditor_elements in contributions/fckeditor/fckeditor.module
Implementation of hook_elements(). Replace textarea with FCKeditor using callback function (fckeditor_process_textarea)
fckeditor_process_textarea in contributions/fckeditor/fckeditor.module
This function create the HTML objects required for the FCKeditor
fckeditor_user in contributions/fckeditor/fckeditor.module
Implementation of hook_user().
fckeditor_user_delegate in contributions/fckeditor/fckeditor.user.inc
features_access_override_actions in contributions/features/features.module
Menu access callback for whether a user should be able to access override actions for a given feature.
feedapi_form_alter in contributions/feedapi/feedapi.module
Implementation of hook_form_alter().
feedapi_get_settings in contributions/feedapi/feedapi.module
Retrieve settings per content type or per node.
feedapi_imagegrabber_feedapi_after_refresh in contributions/feedapi_imagegrabber/feedapi_imagegrabber.module
Implementation of hook_feedapi_after_refresh().
feedapi_imagegrabber_form_alter in contributions/feedapi_imagegrabber/feedapi_imagegrabber.module
Implementation of hook_form_alter().
feedapi_nodeapi in contributions/feedapi/feedapi.module
Implementation of hook_nodeapi().
feedapi_node_validate in contributions/feedapi/feedapi.module
Build feed object on validate and submit. See feedapi_form_alter on finding out how it is called (via FormAPI)
feedapi_simplified_form_validate in contributions/feedapi/feedapi.module
Validates simplified form.
feedapi_stat_nodeapi in contributions/feedapi/feedapi_stat/feedapi_stat.module
Implementation of hook_nodeapi().
feeds_access in contributions/feeds/feeds.module
Menu access callback.
feeds_page in contributions/feeds/feeds.pages.inc
Render a page of available feed configuration.
feeds_page_access in contributions/feeds/feeds.module
Menu access callback.
file_attach_comment in contributions/fileframework/contrib/attach/file_attach.module
Implementation of hook_comment().
file_attach_form_alter in contributions/fileframework/contrib/attach/file_attach.module
Implementation of hook_form_alter().
file_attach_form_submit in contributions/fileframework/contrib/attach/file_attach.module
Save new uploads and store them in the session to be associated to the node or comment.
file_attach_link in contributions/fileframework/contrib/attach/file_attach.module
Implementation of hook_link().
file_attach_nodeapi in contributions/fileframework/contrib/attach/file_attach.module
Implementation of hook_nodeapi().
file_browser_block in contributions/fileframework/contrib/browser/file_browser.module
Implementation of hook_block().
file_browser_newterm_form_submit in contributions/fileframework/contrib/browser/file_browser.module
Handle submission of the term create form
file_browser_upload_form in contributions/fileframework/contrib/browser/file_browser.module
Creats a file upload form.
file_browser_upload_form_submit in contributions/fileframework/contrib/browser/file_browser.module
Submits a new uploaded files.
file_embed_textarea_process in contributions/fileframework/contrib/embed/file_embed.module
Alters textarea element and adds embed links.
file_gallery_block in contributions/fileframework/contrib/gallery/file_gallery.module
Implementation of hook_block().
file_node_access in contributions/fileframework/file.module
Implementation of hook_access().
file_og_browser_access in contributions/fileframework/file.module
Check groups browser access.
file_og_gallery_access in contributions/fileframework/file.module
Check groups gallery access.
filter_access in 6/modules/filter/filter.module
Returns TRUE if the user is allowed to access this format.
filter_formats in 6/modules/filter/filter.module
Retrieve a list of input formats.
fivestar_block in contributions/fivestar/fivestar.module
fivestar_comment_form_alter in contributions/fivestar/fivestar_comment.module
Form alter specification for comments.
fivestar_field_settings in contributions/fivestar/fivestar_field.inc
Implementation of hook_field_settings().
fivestar_nodeapi in contributions/fivestar/fivestar.module
Implementation of hook_nodeapi().
fivestar_views_widget_handler in contributions/fivestar/fivestar.module
Generic VotingAPI Views formatter for displaying rating widget.
flag_access in contributions/flag/flag.module
Access checking to check an account for flagging ability.
float_window_access in contributions/float_window/float_window.module
Implementation of hook_access
forum_access in 6/modules/forum/forum.module
Implementation of hook_access().
forum_block in 6/modules/forum/forum.module
Implementation of hook_block().
forward_access in contributions/forward/forward.module
Access function
forward_block in contributions/forward/forward.module
Implementation of hook_block().
forward_form_validate in contributions/forward/forward.module
forward_help in contributions/forward/forward.module
Implementation of hook_help - adds link to non-node pages
forward_link in contributions/forward/forward.module
Generate links for pages
forward_nodeapi in contributions/forward/forward.module
Generate nodeapi integration, foward signup
gmap_filter_tips in contributions/gmap/gmap.module
Implementation of hook_filter_tips().
gmap_location_node_page in contributions/gmap/gmap_location.module
Draws a page with a google map with the node on it, or if no node is set all of the nodes on it.
gmap_location_user_page in contributions/gmap/gmap_location.module
Draws a page with a google map that has all of the site users.
googleanalytics_admin_settings_form in contributions/google_analytics/googleanalytics.admin.inc
Implementation of hook_admin_settings() for configuring the module
googleanalytics_user in contributions/google_analytics/googleanalytics.module
Implementation of hook_user().
headerimage_block in contributions/headerimage/headerimage.module
Implementation of hook_block().
headerimage_form_alter in contributions/headerimage/headerimage.module
Implementation of hook_form_alter
hook_access in documentation/hooks/node.php
Define access restrictions.
hook_admin_menu_output_alter in contributions/admin_menu/admin_menu.api.php
Alter content in Administration menu bar before it is rendered.
hook_domainlinks in contributions/domain/API.php
Returns links to additional functions for the Domain Access module's admin screen
hook_file_download in documentation/hooks/core.php
Control access to private file downloads and specify HTTP headers.
hook_form_alter in documentation/hooks/core.php
Perform alterations before a form is rendered.
hook_link in documentation/hooks/core.php
Define internal Drupal links.
hook_nodeapi in documentation/hooks/core.php
Act on nodes defined by other modules.
hook_node_grants in documentation/hooks/core.php
Inform the node access system what permissions the user has.
hook_order_actions in contributions/ubercart/docs/hooks.php
Add links to local tasks for orders on the admin's list of orders.
hosting_alias_form_alter in contributions/hosting/alias/hosting_alias.module
Implementation of hook_form_alter
hosting_client_access in contributions/hosting/client/hosting_client.module
hosting_client_block in contributions/hosting/client/hosting_client.module
hosting_client_form in contributions/hosting/client/hosting_client.module
Implementation of hook_form().
hosting_client_menu_access in contributions/hosting/client/hosting_client.module
hosting_client_user_form in contributions/hosting/client/hosting_client.access.inc
hosting_client_view in contributions/hosting/client/hosting_client.module
Implementation of hook_view().
hosting_db_server_access in contributions/hosting/db_server/hosting_db_server.module
Implementation of hook_access()
hosting_menu_access in contributions/hosting/hosting.module
hosting_node_grants in contributions/hosting/client/hosting_client.access.inc
Implementation of hook_node_grants().
hosting_package_access in contributions/hosting/package/hosting_package.module
hosting_package_list in contributions/hosting/package/hosting_package.module
Display a list of packages associated to a node @TODO Add ability to filter by additional fields @TODO Add paging.
hosting_platform_access in contributions/hosting/platform/hosting_platform.module
Implementation of hook_access()
hosting_queue_block in contributions/hosting/hosting.module
hosting_queue_summary_block in contributions/hosting/hosting.module
hosting_site_access in contributions/hosting/site/hosting_site.module
Implementation of hook_access
hosting_site_form in contributions/hosting/site/hosting_site.module
Implementation of hook_form
hosting_site_validate in contributions/hosting/site/hosting_site.module
Implementation of hook_validate().
hosting_summary_block in contributions/hosting/hosting.module
hosting_task_access in contributions/hosting/task/hosting_task.module
Implementation of hook_access()
hosting_task_menu_access in contributions/hosting/task/hosting_task.module
Task access controls
hosting_task_view in contributions/hosting/task/hosting_task.module
Implementation of hook_view().
hosting_web_server_access in contributions/hosting/web_server/hosting_web_server.module
Implementation of hook_access()
i18npoll_block in contributions/i18n/i18npoll/i18npoll.module
Implementation of hook_block().
i18nstrings_save_string in contributions/i18n/i18nstrings/i18nstrings.module
Menu callback. Saves a string translation coming as POST data.
i18n_selection_mode in contributions/i18n/i18n.module
Selection mode for content.
i18n_translation_node_overview in contributions/i18n/i18n.pages.inc
Overview page for a node's translations.
imagecache_cache_private in contributions/imagecache/imagecache.module
callback for handling private files imagecache requests
imagecache_preset_flush in contributions/imagecache/imagecache.module
Flush cached media for a preset.
image_access in contributions/image/image.module
Implementation of hook_access().
image_attach_form_alter in contributions/image/contrib/image_attach/image_attach.module
implementation of hook_form_alter()
image_block in contributions/image/image.module
Implementation of hook_block.
image_create_node_from in contributions/image/image.module
Function to other modules to use to create image nodes.
image_fetch in contributions/image/image.module
Fetches an image file, allows "shorthand" image urls such of the form: image/view/$nid/$label (e.g. image/view/25/thumbnail or image/view/14)
image_file_download in contributions/image/image.module
Implementation of hook_file_download().
image_link in contributions/image/image.module
Implementation of hook_link.
image_view in contributions/image/image.module
Implementation of hook_view
imce_create_tree in contributions/imce/inc/page.inc
Create directory tree.
im_raw_form in contributions/im_raw/im_raw.module
Form to enter the command line options
invoice_access in contributions/invoice/invoice.module
Implementation of hook_access()
kprint_r in contributions/devel/devel.module
l10n_client_footer in contributions/l10n_client/l10n_client.module
Implementation of hook_footer().
l10n_client_init in contributions/l10n_client/l10n_client.module
Implementation of hook_init().
l10n_client_save_string in contributions/l10n_client/l10n_client.module
Menu callback. Saves a string translation coming as POST data.
l10n_client_user in contributions/l10n_client/l10n_client.module
Implementation of hook_user().
lightbox2_add_files in contributions/lightbox2/lightbox2.module
Provide links to the CSS stylesheet and JS file associated with this module.
lightbox2_contact in contributions/lightbox2/lightbox2.module
Get the contact form.
live_comment_preview in contributions/live/comment/live.comment.inc
Construct and Output comment preview securely.
live_comment_preview_access in contributions/live/live.module
live_form_alter in contributions/live/live.module
Implementation of hook_form_alter().
live_node_preview in contributions/live/node/live.node.inc
Construct and Output node preview securely.
live_node_validate in contributions/live/node/live.node.inc
Validate the passed node data.
lm_paypal_donate in contributions/lm_paypal/lm_paypal_donations.module
lm_paypal_donations in contributions/lm_paypal/lm_paypal_donations.module
View donations
lm_paypal_donations_user in contributions/lm_paypal/lm_paypal_donations.module
Implementation of hook_user().
lm_paypal_paid_adverts_user in contributions/lm_paypal/lm_paypal_paid_adverts.module
Implementation of hook_user().
lm_paypal_subscriptions_user in contributions/lm_paypal/lm_paypal_subscriptions.module
Implementation of hook_user().
locale_user in 6/modules/locale/locale.module
Implementation of hook_user().
location_search_form_alter in contributions/location/contrib/location_search/location_search.module
location_user_user in contributions/location/location_user.module
Implementation of hook_user().
logintoboggan_form_alter in contributions/logintoboggan/logintoboggan.module
Implementation of hook_form_alter()
logintoboggan_resend_validation in contributions/logintoboggan/logintoboggan.module
Re-sends validation e-mail to user specified by $uid.
logintoboggan_revalidate_access in contributions/logintoboggan/logintoboggan.module
Access check for user revalidation.
logintoboggan_user in contributions/logintoboggan/logintoboggan.module
Implementation of hook_user().
markdownpreview_bueditor_textarea in contributions/markdownpreview/markdownpreview_bueditor/markdownpreview_bueditor.module
markdownpreview_elements in contributions/markdownpreview/markdownpreview/markdownpreview.module
Implementation of hook_elements().
markdownpreview_process_textarea in contributions/markdownpreview/markdownpreview/markdownpreview.module
masquerade_access in contributions/masquerade/masquerade.module
Determine if the current user has permission to switch users.
masquerade_switch_user in contributions/masquerade/masquerade.module
Page callback that allows a user with the right permissions to become the selected user.
masquerade_user in contributions/masquerade/masquerade.module
Implementation of hook_user().
media_mover_api_files_node_edit_display in contributions/media_mover/media_mover_api.module
Basic html for the node/edit screen
media_mover_api_rerun_node_form_submit in contributions/media_mover/media_mover_api.module
Submit form data from the rerun form
menu_form_alter in 6/modules/menu/menu.module
Implementation of hook_form_alter(). Adds menu item fields to the node form.
messaging_debug_access in contributions/messaging/messaging_debug/messaging_debug.module
Access calback
messaging_debug_footer in contributions/messaging/messaging_debug/messaging_debug.module
Implementation of hook_footer()
messaging_method_permission in contributions/messaging/messaging.module
Check permission for method and account
messaging_simple_access in contributions/messaging/messaging_simple/messaging_simple.module
Access calback
mollom_form_alter in contributions/mollom/mollom.module
Implementation of hook_form_alter().
mollom_link in contributions/mollom/mollom.module
Implementation of hook_link().
multichoice_access in contributions/quiz/question_types/multichoice/multichoice.module
Implementation of hook_access().
multichoice_form in contributions/quiz/question_types/multichoice/multichoice.module
Implementation of hook_form(). Admin for create/update of a multichoice question.
multichoice_nodeapi in contributions/quiz/question_types/multichoice/multichoice.module
Implementation of hook_nodeapi(). This is supposed to replace the hook_submit() features from the 5.x version.
multichoice_validate in contributions/quiz/question_types/multichoice/multichoice.module
Implementation of hook_validate().
nodecomment_link in contributions/nodecomment/nodecomment.module
Implementation of hook_link().
nodecomment_nodecomment_form_content_type_render in contributions/nodecomment/plugins/content_types/nodecomment_form.inc
nodecomment_notify_form_alter in contributions/nodecomment/nodecomment_notify.module
Insert our checkbox, add a submit button, and populate fields.
nodecomment_render in contributions/nodecomment/nodecomment.module
Node comment's version of comment_render, to render all comments on a node.
nodequeue_api_autocomplete in contributions/nodequeue/nodequeue.module
Fetch a list of nodes available to a given subqueue for autocomplete.
nodequeue_get_qids in contributions/nodequeue/nodequeue.module
Get an array of qids applicable to this node type.
nodequeue_link in contributions/nodequeue/nodequeue.module
Implementation of hook_link
nodequeue_node_tab_access in contributions/nodequeue/nodequeue.module
nodequeue_queue_access in contributions/nodequeue/nodequeue.module
Return TRUE If the specified account has access to manipulate this queue.
nodequeue_service_get_nodequeues_access in contributions/nodequeue/addons/nodequeue_service/nodequeue_service.inc
access callback function for the nodequeue service
nodequeue_view_queues in contributions/nodequeue/nodequeue.module
Display a list of queues and their status for the administrator.
nodetype_form_alter in contributions/nodetype/nodetype.module
Implementation of hook_form_alter().
nodewords_form in contributions/nodewords/nodewords.module
Return the form used to set the meta tags values.
node_access in 6/modules/node/node.module
Determine whether the current user may perform the given operation on the specified node.
node_access_example_node_grants in documentation/examples/node_access_example.module
Implementation of hook_node_grants().
node_content_access in 6/modules/node/node.module
Implementation of hook_access().
node_example_access in documentation/examples/node_example.module
Implementation of hook_access().
node_export_access in contributions/node_export/node_export.module
Check menu access to export a node.
node_export_node_operations in contributions/node_export/node_export.module
Implementation of hook_node_operations().
node_form in 6/modules/node/node.pages.inc
Generate the node add/edit form array.
node_form_alter in 6/modules/node/node.module
Implementation of hook_form_alter().
node_help in 6/modules/node/node.module
Implementation of hook_help().
node_revision_overview in 6/modules/node/node.pages.inc
Generate an overview table of older revisions of a node.
node_submit in 6/modules/node/node.module
Prepare node for save and allow modules to make changes.
node_validate in 6/modules/node/node.module
Perform validation checks on the given node.
node_views_query_substitutions in contributions/views/modules/node.views.inc
Implementation of hook_views_query_substitutions().
notifications_access_subscribe in contributions/notifications/notifications.module
Menu access callback for subscribe links
notifications_access_user in contributions/notifications/notifications.module
Menu access callback for user subscriptions
notifications_access_user_add in contributions/notifications/notifications.module
Menu access callback, add a given subscription type
notifications_content_access in contributions/notifications/notifications_content/notifications_content.module
Menu access callback
notifications_content_comment_allow in contributions/notifications/notifications_content/notifications_content.module
Determine whether the specified user may view the specified comment.
notifications_form_alter in contributions/notifications/notifications.module
Implementation of hook_form_alter()
notifications_manage_subscriptions_access in contributions/notifications/notifications.manage.inc
Check access for current user to manage subscriptions
notifications_notifications in contributions/notifications/notifications.module
Implementation of notifications_hook()
notifications_page_unsubscribe in contributions/notifications/notifications.pages.inc
Menu callback for unsubscribe page
notifications_subscriptions_operations in contributions/notifications/notifications.manage.inc
Subscription mass operations.
notifications_subscription_access in contributions/notifications/notifications.module
Menu access callback
notifications_subscription_form in contributions/notifications/notifications.pages.inc
Edit subscription
notifications_team_form_alter in contributions/notifications_team/notifications_team.module
Implementation of hook_form_alter().
notifications_ui_access_page in contributions/notifications/notifications_ui/notifications_ui.module
Menu access callback: account pages
notifications_ui_allowed_types in contributions/notifications/notifications_ui/notifications_ui.module
Get list of allowed subscriptions types
number_field_settings in contributions/cck/modules/number/number.module
Implementation of hook_field_settings().
og_access in contributions/og/og/og.module
Menu callback; Central access point for all organic groups actions.
og_access_alter_group_form in contributions/og/modules/og_access/og_access.module
og_access_alter_nongroup_form in contributions/og/modules/og_access/og_access.module
og_block_details in contributions/og/og.module
og_field_widget_form in contributions/og/og/og.field.inc
Implement hook_field_widget_form().
og_form_add_og_audience in contributions/og/og.module
Helper method to add OG audience fields to a given form. This is lives in a separate function from og_form_alter() so it can be shared by other OG contrib modules.
og_form_node_type_form_alter in contributions/og/og.module
og_group_form in contributions/og/og.module
Adds standard fields for any node configured to be a group node.
og_is_group_admin in contributions/og/og.module
og_is_group_member in contributions/og/og.module
Check a user's membership in a group.
og_nodeapi in contributions/og/og.module
Implementation of hook_nodeapi().
og_node_delete_group_form in contributions/og/og.module
og_panels_access_admin in contributions/og_panels/og_panels.module
Manu access functions for checking multiple variables
og_panels_access_view in contributions/og_panels/og_panels.module
og_permissions_get in contributions/og/og/og.module
Get all permissions defined for organic groups.
og_user in contributions/og/og.module
og_user_access in contributions/og/og/og.module
Determine whether the user has a given privilege.
og_views_block_search in contributions/og/modules/og_views/og_views.module
og_xmlrpc_get_all_subscribers in contributions/og/includes/og.xmlrpc.inc
og_xmlrpc_get_user_groups in contributions/og/includes/og.xmlrpc.inc
op_products_customer_table in contributions/ubercart/uc_order/uc_order.order_pane.inc
Build the order customer's view products table.
op_products_view_table in contributions/ubercart/uc_order/uc_order.order_pane.inc
Build the order view products table.
override_node_options_form_alter in contributions/override_node_options/override_node_options.module
Implementation of hook_form_alter().
override_node_options_nodeapi in contributions/override_node_options/override_node_options.module
Implementation of hook_nodeapi().
page_manager_page_execute in contributions/ctools/page_manager/plugins/tasks/page.inc
Execute a page task.
page_manager_term_view in contributions/ctools/page_manager/plugins/tasks/term_view.inc
Entry point for our overridden term view.
page_title_form_alter in contributions/page_title/page_title.module
Implementation of hook_form_alter().
page_title_nodeapi in contributions/page_title/page_title.module
Implementation of hook_nodeapi().
page_title_taxonomy in contributions/page_title/page_title.module
Implementation of hook_taxonomy().
page_title_user in contributions/page_title/page_title.module
Implementation of hook_user().
panels_admin_edit_SAMPLE_CT in contributions/panels/docs/sample_plugin_ct.inc
panels_edit_display_get_links in contributions/panels/includes/display-edit.inc
Get the links for a panel display.
panels_node_access in contributions/panels/panels_node/panels_node.module
Implementation of hook_access().
panels_show_pane in contributions/panels/includes/display-edit.inc
panels_simple_cache_get_id in contributions/panels/plugins/cache/simple.inc
Figure out an id for our cache based upon input and settings.
pathauto_create_alias in contributions/pathauto/pathauto.inc
Apply patterns to create an alias.
pathauto_form_alter in contributions/pathauto/pathauto.module
Implementation of hook_form_alter().
pathauto_user in contributions/pathauto/pathauto.module
Implementation of hook_user() for users, trackers, and blogs.
path_admin_delete_confirm in 6/modules/path/path.admin.inc
Menu callback; confirms deleting an URL alias
path_form_alter in 6/modules/path/path.module
Implementation of hook_form_alter().
path_nodeapi in 6/modules/path/path.module
Implementation of hook_nodeapi().
poll_access in 6/modules/poll/poll.module
Implementation of hook_access().
poll_block in 6/modules/poll/poll.module
Implementation of hook_block().
poll_form in 6/modules/poll/poll.module
Implementation of hook_form().
poll_insert in 6/modules/poll/poll.module
Implementation of hook_insert().
poll_load in 6/modules/poll/poll.module
Implementation of hook_load().
print_form_alter in contributions/print/print.module
Implementation of hook_form_alter().
print_html_settings in contributions/print/print.admin.inc
Menu callback for the Printer-friendly pages HTML settings form.
print_link_allowed in contributions/print/print.module
Determine a the link to the PF version is allowed depending on all possible settings
print_mail_form in contributions/print/print_mail/print_mail.inc
Menu callback for the send by e-mail form.
print_mail_form_alter in contributions/print/print_mail/print_mail.module
Implementation of hook_form_alter().
print_mail_form_validate in contributions/print/print_mail/print_mail.inc
Validate the send by-email form submission.
print_mail_link_allowed in contributions/print/print_mail/print_mail.module
Determine a the link to send by e-mail is allowed depending on all possible settings
print_mail_nodeapi in contributions/print/print_mail/print_mail.module
Implementation of hook_nodeapi().
print_mail_settings in contributions/print/print_mail/print_mail.admin.inc
Menu callback for the send by e-mail module settings form.
print_main_settings in contributions/print/print.admin.inc
Menu callback for the Printer-friendly pages module settings form.
print_nodeapi in contributions/print/print.module
Implementation of hook_nodeapi().
print_pdf_form_alter in contributions/print/print_pdf/print_pdf.module
Implementation of hook_form_alter().
print_pdf_link_allowed in contributions/print/print_pdf/print_pdf.module
Determine a the link to the PDF version is allowed depending on all possible settings
print_pdf_nodeapi in contributions/print/print_pdf/print_pdf.module
Implementation of hook_nodeapi().
print_pdf_settings in contributions/print/print_pdf/print_pdf.admin.inc
Menu callback for the PDF version module settings form.
private_upload_nodeapi in contributions/private_upload/private_upload.module
Implementation of hook_nodeapi().
profile_block in 6/modules/profile/profile.module
Implementation of hook_block().
profile_browse in 6/modules/profile/profile.pages.inc
Menu callback; display a list of user information.
profile_category_access in 6/modules/profile/profile.module
Menu item access callback - check if a user has access to a profile category.
profile_validate_profile in 6/modules/profile/profile.module
profile_view_field in 6/modules/profile/profile.module
profile_view_profile in 6/modules/profile/profile.module
quiz_access in contributions/quiz/quiz.module
Implementation of hook_access().
quiz_get_user_results in contributions/quiz/quiz.pages.inc
Displays all the quizzes the user has taken part in.
quiz_question_access in contributions/quiz/question_types/quiz_question/quiz_question.module
Implementation of hook_access().
quiz_question_form in contributions/quiz/question_types/quiz_question/quiz_question.module
Implementation of hook_form().
quiz_start_actions in contributions/quiz/quiz.module
Actions to take place at the start of a quiz.
quiz_take_quiz in contributions/quiz/quiz.module
Handles quiz taking.
realname_form_alter in contributions/realname/realname.module
Implementation of hook_form_alter(). Intercepts the contact forms to show the realname.
realname_menu in contributions/realname/realname.module
Implementation of hook_menu().
realname_nodeapi in contributions/realname/realname.module
Implementation of hook_nodeapi().
realname_search in contributions/realname/realname.module
Implementation of hook_search().
realname_username in contributions/realname/realname_theme.inc
Format a username. (copied from theme.inc)
rules_action_node_path_alias in contributions/rules/rules/modules/path.rules.inc
Action Implementation
rules_handle_error_msg in contributions/rules/rules/rules.module
Handles a error message. If the user has permission to administer the rules engine, show him the error. Otherwise just log it.
salesforce_api_reset_expired_password in contributions/salesforce/salesforce_api/salesforce_api.module
Helper function for salesforce_api_connect() to reset an expired password, for the website's default salesforce user only.
search_block in 6/modules/search/search.module
Implementation of hook_block().
service_links_block in contributions/service_links/service_links.module
Implementation of hook_block().
service_links_link in contributions/service_links/service_links.module
Implementation of hook_link().
service_links_nodeapi in contributions/service_links/service_links.module
Implementation of hook_nodeapi().
sf_node_nodeapi in contributions/salesforce/sf_node/sf_node.module
Implementation of hook_nodeapi().
sf_node_salesforce_form in contributions/salesforce/sf_node/sf_node.module
sf_user_salesforce_form in contributions/salesforce/sf_user/sf_user.module
shadowbox_form_alter in contributions/shadowbox/shadowbox.module
Implementation of hook_form_alter().
simplemenu_enabled in contributions/simplemenu/simplemenu.module
Is simplemenu enabled for this page request?
simplemenu_init in contributions/simplemenu/simplemenu.module
Implementation of hook_init().
simplemenu_simplemenu_tree_alter in contributions/simplemenu/simplemenu.module
Implementation of hook_simplemenu_tree_alter().
simplenews_form_alter in contributions/simplenews/simplenews.module
Implementation of hook_form_alter().
simplenews_help in contributions/simplenews/simplenews.module
Implementation of hook_help().
simplenews_newsletter_access in contributions/simplenews/simplenews.module
Menu item access callback.
simplenews_nodeapi in contributions/simplenews/simplenews.module
Implementation of hook_nodeapi().
simplenews_subscription_manager_form in contributions/simplenews/simplenews.subscription.inc
Menu callback: Generates the subscription form for users.
simplenews_user in contributions/simplenews/simplenews.module
Implementation of hook_user().
simple_access_form in contributions/simple_access/simple_access.module
simple_access_form_row in contributions/simple_access/simple_access.module
simple_access_group_select in contributions/simple_access/simple_access.module
site_map_block in contributions/site_map/site_map.module
Implementation of hook_block().
spread_block in contributions/spread/spread.module
spread_js in contributions/spread/spread.module
statistics_block in 6/modules/statistics/statistics.module
Implementation of hook_block().
statistics_link in 6/modules/statistics/statistics.module
Implementation of hook_link().
storage_api_file_add in contributions/storage_api/storage_api.module
Adds a file for Storage API to manage.
stormattribute_access in contributions/storm/stormattribute/stormattribute.module
stormexpense_access in contributions/storm/stormexpense/stormexpense.module
stormexpense_access_sql in contributions/storm/stormexpense/stormexpense.module
stormexpense_storm_rewrite_where_sql in contributions/storm/stormexpense/stormexpense.module
storminvoice_access in contributions/storm/storminvoice/storminvoice.module
storminvoice_access_sql in contributions/storm/storminvoice/storminvoice.module
storminvoice_storm_rewrite_where_sql in contributions/storm/storminvoice/storminvoice.module
stormknowledgebase_access in contributions/storm/stormknowledgebase/stormknowledgebase.module
stormknowledgebase_access_sql in contributions/storm/stormknowledgebase/stormknowledgebase.module
stormknowledgebase_storm_rewrite_where_sql in contributions/storm/stormknowledgebase/stormknowledgebase.module
stormnote_access in contributions/storm/stormnote/stormnote.module
stormnote_access_sql in contributions/storm/stormnote/stormnote.module
stormnote_storm_rewrite_where_sql in contributions/storm/stormnote/stormnote.module
stormorganization_access in contributions/storm/stormorganization/stormorganization.module
stormorganization_access_sql in contributions/storm/stormorganization/stormorganization.module
stormorganization_storm_rewrite_where_sql in contributions/storm/stormorganization/stormorganization.module
stormperson_access in contributions/storm/stormperson/stormperson.module
stormperson_access_sql in contributions/storm/stormperson/stormperson.module
stormperson_storm_rewrite_where_sql in contributions/storm/stormperson/stormperson.module
stormproject_access in contributions/storm/stormproject/stormproject.module
stormproject_access_sql in contributions/storm/stormproject/stormproject.module
stormproject_storm_rewrite_where_sql in contributions/storm/stormproject/stormproject.module
stormtask_access in contributions/storm/stormtask/stormtask.module
stormtask_access_sql in contributions/storm/stormtask/stormtask.module
stormtask_storm_rewrite_where_sql in contributions/storm/stormtask/stormtask.module
stormteammember_access in contributions/storm/stormteammember/stormteammember.module
stormteammember_access_sql in contributions/storm/stormteammember/stormteammember.module
stormticket_access in contributions/storm/stormticket/stormticket.module
stormticket_access_sql in contributions/storm/stormticket/stormticket.module
stormticket_storm_rewrite_where_sql in contributions/storm/stormticket/stormticket.module
stormtimetracking_access in contributions/storm/stormtimetracking/stormtimetracking.module
stormtimetracking_access_sql in contributions/storm/stormtimetracking/stormtimetracking.module
stormtimetracking_storm_rewrite_where_sql in contributions/storm/stormtimetracking/stormtimetracking.module
storm_icon_l in contributions/storm/storm.module
strongarm_form_alter in contributions/strongarm/strongarm.module
Implementation of hook_form_alter().
strongarm_init in contributions/strongarm/strongarm.module
Implementation of hook_init().
subscriptions_content_comment in contributions/subscriptions/subscriptions_content.module
Implementation of hook_comment().
subscriptions_content_node_form in contributions/subscriptions/subscriptions_content.module
Build the Thread subscriptions form at user/UID/subscriptions/node.
subscriptions_content_type_form in contributions/subscriptions/subscriptions_content.module
Build the Content Types subscriptions form at user/UID/subscriptions/type.
subscriptions_mail_cron in contributions/subscriptions/subscriptions_mail.module
Implementation of hook_cron().
subscriptions_page_user_overview in contributions/subscriptions/subscriptions.admin.inc
Construct the overview page, which displays a summary of subscriptions per type as well as the user settings at user/UID/subscriptions. This form is also used for admin/settings/subscriptions/userdefaults.
subscriptions_ui_get_permission_to_handle in contributions/subscriptions/subscriptions_ui.module
Ask for permission to display the subscriptions interface for the given node.
subscriptions_ui_link in contributions/subscriptions/subscriptions_ui.module
Implementation of hook_link().
subscriptions_ui_node_form in contributions/subscriptions/subscriptions_ui.module
Returns the form definition for the node subform.
subscriptions_user_settings_form in contributions/subscriptions/subscriptions.admin.inc
Returns the form definition for the settings part of the overview page. This subform is also used for admin/settings/subscriptions/userdefaults.
subscriptions_write in contributions/subscriptions/subscriptions.module
Helper function to do access checking and create a subscription.
system_get_module_admin_tasks in 6/modules/system/system.module
Generate a list of tasks offered by a specified module.
system_main_admin_page in 6/modules/system/system.admin.inc
Menu callback; Provide the administration overview page.
system_requirements in 6/modules/system/system.install
Test and report Drupal installation requirements.
system_settings_deploy_form_alter in contributions/deploy/modules/system_settings_deploy/system_settings_deploy.module
Implementation of hook_form_alter().
system_settings_service_import_access in contributions/deploy/services/system_settings_service/system_settings_service.inc
Check if user has access to import system settings.
system_theme_select_form in 6/modules/system/system.module
Returns a fieldset containing the theme select form.
taxonomy_image_block in contributions/taxonomy_image/contributed/taxonomy_image_blocks/taxonomy_image_blocks.module
Implementation of hook_block(). This creates and populates the "unanswered questions" block.
taxonomy_image_display in contributions/taxonomy_image/taxonomy_image.module
Function to display the image associated with the given term id. An html <img> tag will be returned if an image is found. The link format can be modified with the tags parameter. See also taxonomy_image_get_object()
taxonomy_image_file_download in contributions/taxonomy_image/taxonomy_image.module
taxonomy_image_get_object in contributions/taxonomy_image/taxonomy_image.module
Function to get an image object with more useful data for custom formatting.
taxonomy_image_help in contributions/taxonomy_image/taxonomy_image.module
Implementation of hook_help.
taxonomy_image_user in contributions/taxonomy_image/taxonomy_image.module
Implementation of hook_user().
template_preprocess in 6/includes/theme.inc
Adds a default set of helper variables for preprocess functions and templates. This comes in before any other preprocess function which makes it possible to be used in default theme implementations (non-overriden theme functions).
template_preprocess_aggregator_feed_source in 6/modules/aggregator/aggregator.pages.inc
Process variables for aggregator-feed-source.tpl.php.
template_preprocess_calendar_main in contributions/calendar/theme/theme.inc
Display a calendar navigation and links
template_preprocess_campaignmonitor_block_content in contributions/campaignmonitor/campaignmonitor.module
Block template preprocessor
template_preprocess_draggableviews_view_draggabletable in contributions/draggableviews/draggableviews_theme.inc
template_preprocess_draggableviews_view_draggabletable_form in contributions/draggableviews/draggableviews_theme.inc
template_preprocess_poll_results in 6/modules/poll/poll.module
Preprocess the poll_results theme hook.
template_preprocess_simplenews_block in contributions/simplenews/simplenews.module
Process variables to format the simplenews block.
template_preprocess_user_picture in 6/modules/user/user.module
Process variables for user-picture.tpl.php.
template_preprocess_user_picture_realname in contributions/realname/realname.module
Process variables for user-picture.tpl.php (copied from user.module).
template_preprocess_views_view in contributions/views/theme/theme.inc
Preprocess the primary theme implementation for a view.
textactions_rendertext_form in contributions/imagecache_actions/textrender.inc
Place text on top of the current canvas
textactions_text2canvas_form in contributions/imagecache_actions/textactions.inc
Place text on top of the current canvas
textimage_build_image in contributions/textimage/textimage.module
text_field_settings in contributions/cck/modules/text/text.module
Implementation of hook_field_settings().
themekey_ui_form_alter in contributions/themekey/themekey_ui.module
Implements hook_form_alter().
theme_advanced_forum_user_picture in contributions/advanced_forum/includes/theme.inc
Theme function to return imagecached version of the user picture.
theme_advanced_help_topic in contributions/advanced_help/advanced_help.module
Display a help icon with a link to view the topic in a popup.
theme_aggregator_block_item in 6/modules/aggregator/aggregator.module
Format an individual feed item for display in the block.
theme_apachesolr_facet_list in contributions/apachesolr/apachesolr.module
theme_biblio_download_links in contributions/biblio/biblio_theme.inc
theme_biblio_long in contributions/biblio/biblio_theme.inc
DEPRECIATED! this was the original output format which is not to flexable it will be removed TODO: remove this function
theme_biblio_tabular in contributions/biblio/biblio_theme.inc
theme_book_admin_table in 6/modules/book/book.admin.inc
Theme function for the book administration page form.
theme_domain_alias_block in contributions/domain/domain_alias/domain_alias.module
Theme element for the Domain Alias switcher block.
theme_facebook_status_form_display in contributions/facebook_status/facebook_status.module
Returns the status update form.
theme_facebook_status_item in contributions/facebook_status/facebook_status.module
Formats a status. Does not check to make sure the status belongs to the relevant user if a status is passed in.
theme_get_settings in 6/includes/theme.inc
Retrieve an associative array containing the settings for a theme.
theme_hosting_client_form in contributions/hosting/client/hosting_client.module
theme_hosting_client_user_form in contributions/hosting/client/hosting_client.access.inc
theme_imagefield_image_imagecache_lightbox2 in contributions/lightbox2/lightbox2.formatter.inc
Generate the HTML output for imagefield + imagecache images so they can be opened in a lightbox by clicking on the image on the node page or in a view.
theme_long_answer_report in contributions/quiz/question_types/long_answer/long_answer.theme.inc
Implementation of theme_$type_report(). Theme the feedback report for a quiz. This report is generated (typically) at the end of the quiz.
theme_money_conversion_dialog in contributions/money/modules/money_conversion_dialog/money_conversion_dialog.module
Display a CCK Money field with currency conversion dialog.
theme_multichoice_form in contributions/quiz/question_types/multichoice/multichoice.module
Theme function for multichoice form.
theme_panels_pane in contributions/panels/includes/display-render.inc
Render a panel pane like a block.
theme_short_answer_report in contributions/quiz/question_types/short_answer/short_answer.theme.inc
Implementation of theme_$type_report(). Theme the feedback report for a quiz. This report is generated (typically) at the end of the quiz.
theme_stormexpense_view in contributions/storm/stormexpense/stormexpense.theme.inc
theme_stormtimetracking_view in contributions/storm/stormtimetracking/stormtimetracking.theme.inc
theme_storm_link in contributions/storm/storm.theme.inc
theme_username in 6/includes/theme.inc
Format a username.
theme_user_relationship_implications_page in contributions/user_relationships/user_relationship_implications/user_relationship_implications.module
Categorized list of relationships for a given user
theme_webform_admin_content in contributions/webform/webform.module
Generate a list of all webforms avaliable on this site.
theme_webform_results_submissions in contributions/webform/webform_report.inc
Theme the submissions tab of the webform results page.
theme_webform_results_submissions_header in contributions/webform/webform_report.inc
Theme the header of the submissions table.
tinymce_config in contributions/tinymce/tinymce.module
Return an array of initial tinymce config options from the current role.
tinymce_elements in contributions/tinymce/tinymce.module
Implementation of hook_elements().
tinymce_process_textarea in contributions/tinymce/tinymce.module
Attach tinymce to a textarea
tinymce_profile_form_build in contributions/tinymce/tinymce.admin.inc
Return an HTML form for profile configuration.
tinymce_user in contributions/tinymce/tinymce.module
Implementation of hook_user().
trackback_form_alter in contributions/trackback/trackback.module
Implementation of hook_form_alter()
translation_form_alter in 6/modules/translation/translation.module
Implementation of hook_form_alter().
translation_nodeapi in 6/modules/translation/translation.module
Implementation of hook_nodeapi().
trigger_access_check in 6/modules/trigger/trigger.module
Access callback for menu system.
troll_preprocess_author_pane in contributions/author_pane/modules/troll.author-pane.inc
Implementation of hook_preprocess_author_pane().
twitter_twitter_accounts in contributions/twitter/twitter.module
An implementation of hook_twitter_accounts. We want to move this into a separate module eventually, but sticking the code here and using a hook lets other modules solve the 'what accounts can a user post with' problem in cleaner ways.
uc_attribute_product_access in contributions/ubercart/uc_attribute/uc_attribute.module
Access callback for editing a product's attributes.
uc_attribute_product_class_access in contributions/ubercart/uc_attribute/uc_attribute.module
Access callback for editing a product class's attributes and options.
uc_attribute_product_option_access in contributions/ubercart/uc_attribute/uc_attribute.module
Access callback for editing a product's options.
uc_auction_bid_history in contributions/uc_auction/uc_auction.module
List bids.
uc_auction_bid_history_perm in contributions/uc_auction/uc_auction.module
See if the user can view the bid history on a node.
uc_auction_bid_table_form in contributions/uc_auction/uc_auction.module
Describe the bid form table.
uc_auction_form_alter in contributions/uc_auction/uc_auction.module
Implementation of hook_form_alter().
uc_auction_requirements in contributions/uc_auction/uc_auction.install
Implementation of hook_requirements().
uc_auction_user_auctions_perm in contributions/uc_auction/uc_auction.module
See if the user can view a particular user's auction activity.
uc_authorizenet_settings_form in contributions/ubercart/payment/uc_authorizenet/uc_authorizenet.module
Callback for payment gateway settings.
uc_cart_links_add_to_cart in contributions/ubercart/uc_cart_links/uc_cart_links.module
Implementation of hook_add_to_cart().
uc_catalog_block in contributions/ubercart/uc_catalog/uc_catalog.module
Implementation of hook_block().
uc_credit_display_number in contributions/ubercart/payment/uc_credit/uc_credit.module
uc_file_user_access in contributions/ubercart/uc_file/uc_file.module
Access callback for a user's list of purchased file downloads.
uc_file_user_form in contributions/ubercart/uc_file/uc_file.module
Implementation of hook_user_form().
uc_file_user_view in contributions/ubercart/uc_file/uc_file.module
Implementation of hook_user_view().
uc_order_access_order_log in contributions/ubercart/uc_order/uc_order.module
Access callback for admin/store/orders/%uc_order/log.
uc_order_actions in contributions/ubercart/uc_order/uc_order.module
Return the actions a user may perform on an order.
uc_order_can_view_order in contributions/ubercart/uc_order/uc_order.module
Access callback for user/%user/orders*.
uc_order_history in contributions/ubercart/uc_order/uc_order.admin.inc
Return the sortable table listing of a customer's orders.
uc_order_user in contributions/ubercart/uc_order/uc_order.module
Implementation of hook_user().
uc_payment_by_order_form in contributions/ubercart/payment/uc_payment/uc_payment.admin.inc
uc_payment_delete_access in contributions/ubercart/payment/uc_payment/uc_payment.module
Access callback to delete a payment.
uc_payment_method_credit in contributions/ubercart/payment/uc_credit/uc_credit.module
uc_payment_method_credit_form in contributions/ubercart/payment/uc_credit/uc_credit.module
uc_payment_process in contributions/ubercart/payment/uc_payment/uc_payment.module
Process a payment through an enabled payment gateway.
uc_payment_tracking_access in contributions/ubercart/payment/uc_payment/uc_payment.module
Access callback to view list of payments.
uc_product_access in contributions/ubercart/uc_product/uc_product.module
Implementation of hook_access().
uc_product_feature_access in contributions/ubercart/uc_product/uc_product.module
Menu access callback for 'node/%node/edit/features'.
uc_product_form_alter in contributions/ubercart/uc_product/uc_product.module
Implementation of hook_form_alter().
uc_product_kit_access in contributions/ubercart/uc_product_kit/uc_product_kit.module
Implementation of hook_access().
uc_product_kit_view in contributions/ubercart/uc_product_kit/uc_product_kit.module
Implementation of hook_view().
uc_product_view in contributions/ubercart/uc_product/uc_product.module
Implementation of hook_view().
uc_recurring_form_uc_cart_checkout_form_alter in contributions/uc_recurring/uc_recurring.module
Implementation of hook_form_FORM-ID_alter().
uc_recurring_user_access in contributions/uc_recurring/uc_recurring.module
Restrict access to recurring fee operations for users.
uc_roles_user_form in contributions/ubercart/uc_roles/uc_roles.module
Implementation of hook_user_form().
uc_roles_user_submit in contributions/ubercart/uc_roles/uc_roles.module
Implementation of hook_user_submit().
uc_roles_user_view in contributions/ubercart/uc_roles/uc_roles.module
Implementation of hook_user_view().
uc_shipping_order_access in contributions/ubercart/shipping/uc_shipping/uc_shipping.module
Ensure access to the Shipments tab.
uc_shipping_order_actions in contributions/ubercart/shipping/uc_shipping/uc_shipping.module
Implemenation of hook_order_actions().
uc_stock_product_access in contributions/ubercart/uc_stock/uc_stock.module
Access callback for node/%node/edit/stock.
uc_stock_report in contributions/ubercart/uc_stock/uc_stock.admin.inc
Display a stock report for products with stock tracking enabled.
uc_ups_quote in contributions/ubercart/shipping/uc_ups/uc_ups.module
Callback for retrieving a UPS shipping quote.
uc_usps_quote in contributions/ubercart/shipping/uc_usps/uc_usps.module
Callback for retrieving USPS shipping quote.
update_help in 6/modules/update/update.module
Implementation of hook_help().
upload_file_download in 6/modules/upload/upload.module
Implementation of hook_file_download().
upload_form_alter in 6/modules/upload/upload.module
upload_link in 6/modules/upload/upload.module
Implementation of hook_link().
upload_nodeapi in 6/modules/upload/upload.module
Implementation of hook_nodeapi().
upload_node_form_submit in 6/modules/upload/upload.module
Save new uploads and store them in the session to be associated to the node on upload_save.
urlicon_file_download in contributions/urlicon/urlicon.module
Implementation of hook_file_download().
user_block in 6/modules/user/user.module
Implementation of hook_block().
user_build_filter_query in 6/modules/user/user.module
Build query for user administration filters based on session.
user_edit_access in 6/modules/user/user.module
Access callback for user account editing.
user_edit_form in 6/modules/user/user.module
user_edit_validate in 6/modules/user/user.pages.inc
user_profile_form in 6/modules/user/user.pages.inc
Form builder; edit a user account or one of their profile categories.
user_profile_form_validate in 6/modules/user/user.pages.inc
Validation function for the user account and profile editing form.
user_register in 6/modules/user/user.module
Form builder; The user registration form.
user_register_submit in 6/modules/user/user.module
Submit handler for the user registration form.
user_relationships_ui_check_access in contributions/user_relationships/user_relationships_ui/user_relationships_ui.module
Check access callback
user_relationships_ui_pending_requested_submit in contributions/user_relationships/user_relationships_ui/user_relationships_ui.actions.inc
Approve, Disapprove, or Cancel a relationship request
user_relationships_ui_remove_submit in contributions/user_relationships/user_relationships_ui/user_relationships_ui.actions.inc
Remove a relationship
user_relationships_ui_request in contributions/user_relationships/user_relationships_ui/user_relationships_ui.forms.inc
Request a new relationship with another user
user_relationships_ui_request_validate in contributions/user_relationships/user_relationships_ui/user_relationships_ui.actions.inc
Validate relationship request.
user_relationships_ui_user in contributions/user_relationships/user_relationships_ui/user_relationships_ui.module
User
user_relationship_mailer_user in contributions/user_relationships/user_relationship_mailer/user_relationship_mailer.module
hook_user()
user_save in 6/modules/user/user.module
Save changes to a user account or add a new user.
user_search in 6/modules/user/user.module
Implementation of hook_search().
user_user_operations in 6/modules/user/user.module
Implementation of hook_user_operations().
user_view_access in 6/modules/user/user.module
views_access in contributions/views/views.module
Determine if the logged in user has access to a view.
views_admin_link in contributions/admin/admin.module
Implementation of hook_admin_link() on behalf of the views module.
views_bulk_operations_script_action in contributions/views_bulk_operations/script.action.inc
views_bulk_operations_script_action_info in contributions/views_bulk_operations/script.action.inc
views_debug in contributions/views/views.module
Provide debug output for Views. This relies on devel.module
webform_access in contributions/webform/webform.module
Implementation of hook_access().
webform_client_form in contributions/webform/webform.module
Client form generation function. If this is displaying an existing submission, pass in the $submission variable with the contents of the submission to be displayed.
webform_file_download in contributions/webform/webform.module
Implementation of hook_file_download().
webform_form in contributions/webform/webform.module
Implementation of hook_form(). Creates the standard form for editing or creating a webform.
webform_form_alter in contributions/webform/webform.module
Implementation of hook_form_alter().
webform_results_access in contributions/webform/webform.module
Menu access callback. Ensure a user both access and node 'view' permission.
webform_submission_access in contributions/webform/webform.module
webform_view in contributions/webform/webform.module
Implementation of hook_view().
weblinks_access in contributions/weblinks/weblinks.module
Implementation of hook_access().
weblinks_admin_settings in contributions/weblinks/weblinks.admin.inc
weblinks_blocks_block_view in contributions/weblinks/contribs/weblinks_blocks/weblinks_blocks.module
Perform the "view" op for hook_block().
weblinks_form in contributions/weblinks/weblinks.module
Implementation of hook_form(). Validation of the url, if desired, is performed by the weblinks_checker module.
weblinks_get_tree in contributions/weblinks/weblinks.module
weblinks_group_access in contributions/weblinks/weblinks.module
Determine menu access for group adding/editing.
weblinks_link in contributions/weblinks/weblinks.module
Implementation of hook_link().
weblinks_weblinks_preprocess in contributions/weblinks/weblinks.module
Implementation of hook_weblinks_preprocess().
widgeditor_form_alter in contributions/widgeditor/widgeditor.module
workflow_node_form in contributions/workflow/workflow.module
Form builder. Add form widgets for workflow change to $form.
workflow_node_tab_access in contributions/workflow/workflow.module
Menu access control callback. Determine access to Workflow tab.
xmlsitemap_add_form_link_options in contributions/xmlsitemap/xmlsitemap.admin.inc
Add a link's XML sitemap options to the link's form.
xmlsitemap_add_form_type_options in contributions/xmlsitemap/xmlsitemap.admin.inc
Add the link type XML sitemap options to the link type's form.
xmlsitemap_check_status in contributions/xmlsitemap/xmlsitemap.inc
Check the status of all hook_requirements() from xmlsitemap modules.
xmlsitemap_custom_edit_link_form_validate in contributions/xmlsitemap/xmlsitemap_custom/xmlsitemap_custom.admin.inc
xmlsitemap_menu_form_xmlsitemap_settings_form_alter in contributions/xmlsitemap/xmlsitemap_menu/xmlsitemap_menu.module
Implementation of hook_form_FORM_ID_alter().
xmlsitemap_node_form_alter in contributions/xmlsitemap/xmlsitemap_node/xmlsitemap_node.module
Implementation of hook_form_alter().
xmlsitemap_node_form_xmlsitemap_settings_form_alter in contributions/xmlsitemap/xmlsitemap_node/xmlsitemap_node.module
Implementation of hook_form_FORM_ID_alter().
xmlsitemap_node_requirements in contributions/xmlsitemap/xmlsitemap_node/xmlsitemap_node.install
Implementation of hook_requirements().
xmlsitemap_output_chunk in contributions/xmlsitemap/xmlsitemap.pages.inc
Output a sitemap page.
xmlsitemap_requirements in contributions/xmlsitemap/xmlsitemap.install
Implementation of hook_requirements().
xmlsitemap_taxonomy_form_taxonomy_form_term_alter in contributions/xmlsitemap/xmlsitemap_taxonomy/xmlsitemap_taxonomy.module
Implementation of hook_form_FORM_ID_alter().
xmlsitemap_taxonomy_form_xmlsitemap_settings_form_alter in contributions/xmlsitemap/xmlsitemap_taxonomy/xmlsitemap_taxonomy.module
Implementation of hook_form_FORM_ID_alter().
xmlsitemap_taxonomy_requirements in contributions/xmlsitemap/xmlsitemap_taxonomy/xmlsitemap_taxonomy.install
Implementation of hook_requirements().
_addresses_user_access in contributions/addresses/addresses_user/addresses_user.module
Check if user is allowed to have an address book.
_addresses_user_address in contributions/addresses/addresses_user/addresses_user.inc
Manage the user Addresses: list them, create and delete operations
_adsense_check_if_enabled in contributions/adsense/adsense.module
Helper function to verify if ads are currently enabled
_advanced_forum_preprocess_forums in contributions/advanced_forum/includes/advanced_forum_preprocess_forums.inc
_aggregator_has_categories in 6/modules/aggregator/aggregator.module
Find out whether there are any aggregator categories.
_aggregator_page_list in 6/modules/aggregator/aggregator.pages.inc
Prints an aggregator page listing a number of feed items.
_alt_login_form in contributions/alt_login/alt_login.module
Generates an alt login form field.
_apachesolr_nodeaccess_build_subquery in contributions/apachesolr/contrib/apachesolr_nodeaccess/apachesolr_nodeaccess.module
Creates a Solr query for a given user
_apachesolr_nodeapi_delete in contributions/apachesolr/apachesolr.module
Helper function for hook_nodeapi().
_apachesolr_nodeapi_update in contributions/apachesolr/apachesolr.module
Helper function for hook_nodeapi().
_api_add_comments in contributions/api/api.module
_asset_page_match in contributions/asset/asset.module
Should we show the insert access link, determined by admin setting Borrowed from tinymce.module
_audio_allow_download in contributions/audio/audio.module
Is the current user allowed to download an audio node?
_audio_allow_play in contributions/audio/audio.module
Is the current user allowed to play an audio node?
_autoassignrole_path_access in contributions/autoassignrole/autoassignrole.module
_biblio_admin_build_user_select in contributions/biblio/biblio.import.export.inc
Return a form select box populated with all the users of the site.
_biblio_format_keyword in contributions/biblio/biblio.pages.inc
_block_themes_access in 6/modules/block/block.module
Menu item access callback - only admin or enabled themes can be accessed
_book_add_form_elements in 6/modules/book/book.module
Build the common elements of the book form for the node and outline forms.
_book_outline_access in 6/modules/book/book.module
Menu item access callback - determine if the outline tab is accessible.
_contact_user_tab_access in 6/modules/contact/contact.module
Menu access callback for a user's personal contact form.
_devel_node_access_explain_access in contributions/devel/devel_node_access.module
Helper function that mimicks node.module's node_access() function.
_draggableviews_click_sort in contributions/draggableviews/draggableviews.inc
Click Sort
_draggableviews_extend_view_window in contributions/draggableviews/draggableviews.inc
Extend View Window
_facebook_status_access_js in contributions/facebook_status/facebook_status.module
Access callback for the JS callback.
_facebook_status_can_edit in contributions/facebook_status/facebook_status.module
Determines if the current user can edit or delete the relevant status.
_facebook_status_conversation in contributions/facebook_status/facebook_status.conversation.inc
Builds a page with a conversation view. A form to post a message to the other user's profile may be at the top. If it is and if the user has JavaScript enabled in their browser, the view will update via AJAX when the message is submitted.
_feedapi_imagegrabber_op_access in contributions/feedapi_imagegrabber/feedapi_imagegrabber.module
helper access function for hook_menu().
_feedapi_insert in contributions/feedapi/feedapi.module
Insert feedapi data to the DB when it's a new for for FeedAPI
_feedapi_op_access in contributions/feedapi/feedapi.module
_feedapi_update in contributions/feedapi/feedapi.module
Update feed data of an existing feed
_file_attach_form in contributions/fileframework/contrib/attach/file_attach.module
Generates form inside attachments fieldset.
_file_attach_form_fieldset in contributions/fileframework/contrib/attach/file_attach.module
Generates attachments fieldset and adds it to the form.
_file_browser_newterm in contributions/fileframework/contrib/browser/file_browser.module
Creates a new term block.
_file_browser_upload in contributions/fileframework/contrib/browser/file_browser.module
Creates a file upload block.
_file_embed_attachments in contributions/fileframework/contrib/embed/file_embed.module
Gets node or comment attachments.
_hosting_client_configure_access in contributions/hosting/client/hosting_client.module
_hosting_node_add in contributions/hosting/hosting.module
Replacement node/add page.
_hosting_site_form_port in contributions/hosting/site/hosting_site.module
Generate hosting site node form element 'port'
_imageapi_imagemagick_convert_exec in contributions/imageapi/imageapi_imagemagick.module
_image_imagemagick_convert_exec in contributions/image/image.imagemagick.inc
_lm_paypal_paid_adverts_nodeapi_load in contributions/lm_paypal/lm_paypal_paid_adverts.module
_lm_paypal_paid_adverts_paypal_access in contributions/lm_paypal/lm_paypal_paid_adverts.module
Check whether the user has access to this node tab item. (see the hook_menu() function for the definition of the tab)
_location_expand_location in contributions/location/location.module
Process a location element.
_logintoboggan_user_roles_alter in contributions/logintoboggan/logintoboggan.module
Alter user roles for loaded user account.
_menu_check_access in 6/includes/menu.inc
Check access to a menu item using the access callback
_menu_site_is_offline in 6/includes/menu.inc
Checks whether the site is off-line for maintenance.
_mollom_access in contributions/mollom/mollom.module
Access callback; check if the module is configured.
_nodequeue_access_admin_or_manipulate in contributions/nodequeue/nodequeue.module
Helper function - since hook_menu now takes a function instead of a boolean, this function is used to compute the user's access.
_nodewords_detect_type_and_ids in contributions/nodewords/nodewords.module
Try to guess the $type and $ids by looking at $_GET['q'].
_node_access_join_sql in 6/modules/node/node.module
Generate an SQL join clause for use in fetching a node listing.
_node_access_where_sql in 6/modules/node/node.module
Generate an SQL where clause for use in fetching a node listing.
_node_revision_access in 6/modules/node/node.module
_notifications_content_add_disable_field in contributions/notifications/notifications_content/notifications_content.module
Add disable (skip notifications) field set
_override_node_options_apply_keys in contributions/override_node_options/override_node_options.module
_pathauto_set_alias in contributions/pathauto/pathauto.inc
Private function for Pathauto to create an alias.
_poll_choice_form in 6/modules/poll/poll.module
_poll_menu_access in 6/modules/poll/poll.module
Callback function to see if a node is acceptable for poll menu items.
_print_generate_book in contributions/print/print.pages.inc
Prepare a Printer-friendly-ready node body for book pages
_profile_get_fields in 6/modules/profile/profile.module
_quiz_status_access in contributions/quiz/quiz.module
_search_menu in 6/modules/search/search.module
_storage_rackspace_init in contributions/storage_api/services/rackspace/storage_rackspace.module
_storage_rackspace_log_exception in contributions/storage_api/services/rackspace/storage_rackspace.module
_storage_s3_cloudfront_request in contributions/storage_api/services/s3/storage_s3.module
_storage_s3_request in contributions/storage_api/services/s3/storage_s3.module
_storminvoiceitem_invoiceitems_access in contributions/storm/storminvoice/storminvoice.module
_stormtask_tasks_access in contributions/storm/stormtask/stormtask.module
_subscriptions_access in contributions/subscriptions/subscriptions.module
_subscriptions_content_access in contributions/subscriptions/subscriptions_content.module
Implementation of hook_access(), subhook of hook_subscriptions().
_subscriptions_content_load in contributions/subscriptions/subscriptions_content.module
Returns a node if published, including any comments that are still queued, but limited by the given subscriptions queue ID.
_subscriptions_content_node_mailvars in contributions/subscriptions/subscriptions_content.module
Fill given array of mailvars with given node values.
_subscriptions_content_node_options in contributions/subscriptions/subscriptions_content.module
Implementation of hook_node_options(), subhook of hook_subscriptions().
_system_themes_access in 6/modules/system/system.module
Menu item access callback - only admin or enabled themes can be accessed.
_trackback_access in contributions/trackback/trackback.module
_trackback_spam_link in contributions/trackback/trackback.spam.inc
_tracker_myrecent_access in 6/modules/tracker/tracker.module
Access callback for tracker/%user_uid_optional
_tracker_user_access in 6/modules/tracker/tracker.module
Access callback for user/%user/track
_translation_tab_access in 6/modules/translation/translation.module
Menu access callback.
_upload_form in 6/modules/upload/upload.module
_user_edit_validate in 6/modules/user/user.module
_user_relationships_ui_actions_between in contributions/user_relationships/user_relationships_ui/user_relationships_ui.module
List of pending relationships with between two users
_user_relationship_node_access_get_allowed_grants in contributions/user_relationships/user_relationship_node_access/user_relationship_node_access.module
Find the list of permissions that a user is allowed to grant
_views_bulk_operations_action_permission in contributions/views_bulk_operations/views_bulk_operations.module
Verify access permission to execute operation.
_webform_submission_display_hidden in contributions/webform/components/hidden.inc
Display the result of a textfield submission. The output of this function will be displayed under the "results" tab then "submissions".
_weblinks_user_access_check in contributions/weblinks/weblinks.user.inc

Code

6/modules/user/user.module, line 481

<?php
function user_access($string, $account = NULL, $reset = FALSE) {
  global $user;
  static $perm = array();

  if ($reset) {
    $perm = array();
  }

  if (!isset($account)) {
    $account = $user;
  }

  // User #1 has all privileges:
  if ($account->uid == 1) {
    return TRUE;
  }

  // To reduce the number of SQL queries, we cache the user's permissions
  // in a static variable.
  if (!isset($perm[$account->uid])) {
    $result = db_query("SELECT p.perm FROM {role} r INNER JOIN {permission} p ON p.rid = r.rid WHERE r.rid IN (". db_placeholders($account->roles) .")", array_keys($account->roles));

    $perms = array();
    while ($row = db_fetch_object($result)) {
      $perms += array_flip(explode(', ', $row->perm));
    }
    $perm[$account->uid] = $perms;
  }

  return isset($perm[$account->uid][$string]);
}
?>