variable_get

Functions that call variable_get()

Namesort iconLocationDescription
actions_doincludes/actions.incPerform a given list of actions by executing their callback functions.
aggregator_admin_settingsmodules/aggregator/aggregator.admin.incForm builder; Configure the aggregator system. See alsosystem_settings_form()
aggregator_categorize_itemsmodules/aggregator/aggregator.pages.incForm builder; build the page list form.
aggregator_filter_xssmodules/aggregator/aggregator.moduleSafely render HTML content, as allowed.
aggregator_page_categoriesmodules/aggregator/aggregator.pages.incMenu callback; displays all the categories used by the aggregator.
aggregator_page_categorymodules/aggregator/aggregator.pages.incMenu callback; displays all the items aggregated in a particular category.
aggregator_page_lastmodules/aggregator/aggregator.pages.incMenu callback; displays the most recent items gathered from any feed.
aggregator_page_rssmodules/aggregator/aggregator.pages.incMenu callback; generate an RSS 0.92 feed of aggregator items or categories.
aggregator_page_sourcesmodules/aggregator/aggregator.pages.incMenu callback; displays all the feeds used by the aggregator.
aggregator_parse_feedmodules/aggregator/aggregator.moduleParse a feed and store its items.
block_admin_displaymodules/block/block.admin.incMenu callback for admin/build/block.
block_admin_display_formmodules/block/block.admin.incGenerate main blocks administration form.
block_example_blockdeveloper/examples/block_example.moduleImplementation of hook_block().
block_example_contentsdeveloper/examples/block_example.moduleA block content function.
block_menumodules/block/block.moduleImplementation of hook_menu().
blogapi_blogger_new_postmodules/blogapi/blogapi.moduleBlogging API callback. Inserts a new blog post as a node.
blogapi_metaweblog_new_media_objectmodules/blogapi/blogapi.moduleBlogging API callback. Inserts a file into Drupal.
blog_feed_lastmodules/blog/blog.pages.incMenu callback; displays an RSS feed containing recent blog entries of all users.
blog_feed_usermodules/blog/blog.pages.incMenu callback; displays an RSS feed containing recent blog entries of a given user.
blog_page_lastmodules/blog/blog.pages.incMenu callback; displays a Drupal page containing recent blog entries of all users.
blog_page_usermodules/blog/blog.pages.incMenu callback; displays a Drupal page containing recent blog entries of a given user.
book_admin_settingsmodules/book/book.admin.incBuilds and returns the book settings form. See alsobook_admin_settings_validate()
book_blockmodules/book/book.moduleImplementation of hook_block().
book_linkmodules/book/book.moduleImplementation of hook_link().
book_node_typemodules/book/book.moduleImplementation of hook_node_type().
book_type_is_allowedmodules/book/book.moduleDetermine if a given node type is in the list of types allowed for books.
cache_clear_allincludes/cache.incExpire data from the cache. If called without arguments, expirable entries will be cleared from the cache_page and cache_block tables.
cache_getincludes/cache.incReturn data from the persistent cache. Data may be stored as either plain text or as serialized data. cache_get will automatically return unserialized objects and arrays.
color_form_altermodules/color/color.moduleImplementation of hook_form_alter().
color_get_palettemodules/color/color.moduleHelper function to retrieve the color palette for a particular theme.
color_scheme_formmodules/color/color.moduleForm callback. Returns the configuration form.
color_scheme_form_submitmodules/color/color.moduleSubmit handler for color change form.
comment_formmodules/comment/comment.moduleGenerate the basic commenting form, for appending to a node or display on a separate page.
comment_form_add_previewmodules/comment/comment.moduleForm builder; Generate and validate a comment preview form.
comment_form_altermodules/comment/comment.moduleImplementation of hook_form_alter().
comment_linkmodules/comment/comment.moduleImplementation of hook_link().
comment_nodeapimodules/comment/comment.moduleImplementation of hook_nodeapi().
comment_rendermodules/comment/comment.moduleRenders comment(s).
comment_update_1modules/comment/comment.installChanged node_comment_statistics to use node->changed to avoid future timestamps.
comment_update_6002modules/comment/comment.installChanged comment settings from global to per-node -- copy global settings to all node types.
comment_validatemodules/comment/comment.moduleValidate comment data.
contact_mailmodules/contact/contact.moduleImplementation of hook_mail().
contact_site_pagemodules/contact/contact.pages.incSite-wide contact page.
contact_usermodules/contact/contact.moduleImplementation of hook_user().
contact_user_pagemodules/contact/contact.pages.incPersonal contact page.
dblog_admin_settingsmodules/dblog/dblog.admin.incdblog module settings form. See alsosystem_settings_form()
dblog_cronmodules/dblog/dblog.moduleImplementation of hook_cron().
do_searchmodules/search/search.moduleDo a query on the full-text search index for a word or words.
drupal_access_deniedincludes/common.incGenerates a 403 error if the request is not allowed.
drupal_cron_cleanupincludes/common.incShutdown function for cron cleanup.
drupal_cron_runincludes/common.incExecutes a cron run when called
drupal_error_handlerincludes/common.incLog errors as defined by administrator.
drupal_get_cssincludes/common.incReturns a themed representation of all stylesheets that should be attached to the page.
drupal_get_jsincludes/common.incReturns a themed presentation of all JavaScript code for the current page.
drupal_get_private_keyincludes/common.incEnsure the private key variable used to generate tokens is set.
drupal_http_requestincludes/common.incPerform an HTTP request.
drupal_init_languageincludes/bootstrap.incChoose a language for the current page, based on site and user preferences.
drupal_init_pathincludes/path.incInitialize the $_GET['q'] variable to the proper normal path.
drupal_is_front_pageincludes/path.incCheck if the current page is the front page.
drupal_mailincludes/mail.incCompose and optionally send an e-mail message.
drupal_mail_sendincludes/mail.incSend an e-mail message, using Drupal variables and default settings. More information in the <a href="http://php.net/manual/en/function.mail.php"> PHP function reference for mail)</a>. See drupal_mail() for information on how...
drupal_match_pathincludes/path.incCheck if a path matches any pattern in a set of patterns.
drupal_not_foundincludes/common.incGenerates a 404 error if the request can not be handled.
drupal_page_cache_headerincludes/bootstrap.incSet HTTP headers in preparation for a cached page response.
drupal_page_footerincludes/common.incPerform end-of-request tasks.
drupal_process_formincludes/form.incThis function is the heart of form API. The form gets built, validated and in appropriate cases, submitted.
drupal_site_offlineincludes/common.incGenerates a site off-line message.
drupal_system_listingincludes/common.incReturn an array of system file objects.
drupal_urlencodeincludes/common.incWrapper around urlencode) which avoids Apache quirks.
drupal_valid_tokenincludes/common.incValidate a token based on $value, the current user session and private key.
example_element_demo_formdeveloper/examples/example_element.moduleThis is a simple form to demonstrate how to use the phonenumber element we've defined.
expand_dateincludes/form.incRoll out a single date element.
file_create_urlincludes/file.incCreate the download path to a file.
file_directory_pathincludes/file.incDetermine the default 'files' directory.
file_directory_tempincludes/file.incDetermine the default temporary directory.
file_get_mimetypeincludes/file.incDetermine an Internet Media Type, or MIME type from a filename.
file_munge_filenameincludes/file.incMunge the filename as needed for security purposes. For instance the file name "exploit.php.pps" would become "exploit.php_.pps".
file_save_uploadincludes/file.incSaves a file upload to a new location. The source file is validated as a proper upload and handled as such.
filter_accessmodules/filter/filter.moduleReturns TRUE if the user is allowed to access this format.
filter_admin_deletemodules/filter/filter.admin.incMenu callback; confirm deletion of a format. See alsofilter_admin_delete_submit()
filter_admin_delete_submitmodules/filter/filter.admin.incProcess filter delete form submission.
filter_admin_format_formmodules/filter/filter.admin.incGenerate a filter format form. See alsofilter_admin_format_form_validate()
filter_admin_overviewmodules/filter/filter.admin.incMenu callback; Displays a list of all input formats and which one is the default. See alsofilter_admin_overview_submit()
filter_example_filterdeveloper/examples/filter_example.moduleImplementation of hook_filter().
filter_example_filter_tipsdeveloper/examples/filter_example.moduleImplementation of hook_filter_tips().
filter_filter_tipsmodules/filter/filter.moduleImplementation of hook_filter_tips().
filter_formmodules/filter/filter.moduleGenerate a selector for choosing a format in a form. See alsofilter_form_validate()
filter_formatsmodules/filter/filter.moduleRetrieve a list of input formats.
filter_resolve_formatmodules/filter/filter.moduleResolve a format id, including the default format.
filter_xss_bad_protocolmodules/filter/filter.moduleProcesses an HTML attribute value and ensures it does not contain an URL with a disallowed protocol (e.g. javascript:)
format_dateincludes/common.incFormat a date with the given configured format or a custom format string.
forum_admin_settingsmodules/forum/forum.admin.incForm builder for the forum settings page. See alsosystem_settings_form()
forum_blockmodules/forum/forum.moduleImplementation of hook_block().
forum_formmodules/forum/forum.moduleImplementation of hook_form().
forum_form_altermodules/forum/forum.moduleImplementation of hook_form_alter().
forum_form_containermodules/forum/forum.admin.incReturns a form for adding a container to the forum vocabulary
forum_form_forummodules/forum/forum.admin.incReturns a form for adding a forum to the forum vocabulary
forum_form_submitmodules/forum/forum.admin.incProcess forum form and container form submissions.
forum_get_forumsmodules/forum/forum.moduleReturns a list of all forums for a given taxonomy id
forum_helpmodules/forum/forum.moduleImplementation of hook_help().
forum_nodeapimodules/forum/forum.moduleImplementation of hook_nodeapi().
forum_overviewmodules/forum/forum.admin.incReturns an overview list of existing forums and containers
forum_pagemodules/forum/forum.pages.incMenu callback; prints a forum listing.
forum_taxonomymodules/forum/forum.moduleImplementation of hook_taxonomy().
forum_term_loadmodules/forum/forum.moduleFetch a forum term.
forum_uninstallmodules/forum/forum.installImplementation of hook_uninstall().
forum_update_6000modules/forum/forum.installCreate the forum vocabulary if does not exist. Assign the vocabulary a low weight so it will appear first in forum topic create and edit forms. Do not just call forum_enable() because in future versions it might do something different.
hook_blockdeveloper/hooks/core.phpDeclare a block or set of blocks.
hook_footerdeveloper/hooks/core.phpInsert closing HTML.
hook_form_alterdeveloper/hooks/core.phpPerform alterations before a form is rendered.
hook_linkdeveloper/hooks/core.phpDefine internal Drupal links.
hook_maildeveloper/hooks/core.phpPrepare a message based on parameters. @see drupal_mail for more.
hook_mail_alterdeveloper/hooks/core.phpAlter any aspect of the emails sent by Drupal. You can use this hook to add a common site footer to all outgoing emails; add extra header fields and/or modify the mails sent out in any way. HTML-izing the outgoing mails is one possibility. See also...
hook_node_typedeveloper/hooks/node.phpAct on node type changes.
hook_requirementsdeveloper/hooks/install.phpCheck installation requirements and do status reporting.
hook_taxonomydeveloper/hooks/core.phpAct on taxonomy changes.
hook_update_indexdeveloper/hooks/core.phpUpdate Drupal's full-text index for this module.
hook_update_status_alterdeveloper/hooks/core.phpAlter the information about available updates for projects.
hook_watchdogdeveloper/hooks/core.phpLog an event message
image_gd_closeincludes/image.gd.incGD helper to write an image resource to a destination file.
image_gd_settingsincludes/image.gd.incRetrieve settings for the GD2 toolkit.
image_get_toolkitincludes/image.incRetrieve the name of the currently used toolkit.
init_themeincludes/theme.incInitialize the theme system by loading the theme.
install_tasksinstall.phpTasks performed after the database is initialized.
ip_addressincludes/bootstrap.incIf Drupal is behind a reverse proxy, we use the X-Forwarded-For header instead of $_SERVER['REMOTE_ADDR'], which would be the IP address of the proxy server, and not the client's.
language_defaultincludes/bootstrap.incDefault language used on the site
language_initializeincludes/language.incChoose a language for the page, based on language negotiation settings.
language_listincludes/bootstrap.incGet a list of languages set up indexed by the specified key
language_url_rewriteincludes/language.incRewrite URL's with language based prefix. Parameters are the same as those of the url() function.
localemodules/locale/locale.moduleProvides interface translation services.
locale_add_languageincludes/locale.incAPI function to add a language.
locale_blockmodules/locale/locale.moduleImplementation of hook_block(). Displays a language switcher. Translation links may be provided by other modules.
locale_form_altermodules/locale/locale.moduleImplementation of hook_form_alter(). Adds language fields to forms.
locale_languages_configure_formincludes/locale.incSetting for language negotiation options
locale_update_6005modules/locale/locale.installChange language setting variable of content types.
locale_update_js_filesmodules/locale/locale.moduleUpdate JavaScript translation file, if required, and add it to the page.
locale_usermodules/locale/locale.moduleImplementation of hook_user().
menu_configuremodules/menu/menu.admin.incMenu callback; Build the form presenting menu configuration options.
menu_execute_active_handlerincludes/menu.incExecute the page callback associated with the current path
menu_get_ancestorsincludes/menu.incReturns the ancestors (and relevant placeholders) for any given path.
menu_nodeapimodules/menu/menu.moduleImplementation of hook_nodeapi().
menu_parent_optionsmodules/menu/menu.moduleReturn a list of menu items that are valid possible parents for the given menu item.
menu_primary_linksincludes/menu.incReturn an array of links to be rendered as the Primary links.
menu_secondary_linksincludes/menu.incReturn an array of links to be rendered as the Secondary links.
menu_tree_page_dataincludes/menu.incGet the data structure representing a named menu tree, based on the current page.
module_listincludes/module.incCollect a list of all loaded modules. During the bootstrap, return only vital modules. See bootstrap.inc
multipage_form_example_loaddeveloper/examples/multipage_form_example.moduleImplementation of hook_load().
nodeapi_example_form_alterdeveloper/examples/nodeapi_example.moduleImplementation of hook_form_alter().
nodeapi_example_nodeapideveloper/examples/nodeapi_example.moduleImplementation of hook_nodeapi().
node_access_needs_rebuildmodules/node/node.moduleFlag / unflag the node access grants for rebuilding, or read the current value of the flag.
node_configuremodules/node/node.admin.incMenu callback; presents general node configuration options.
node_feedmodules/node/node.moduleA generic function for generating RSS feeds from a set of nodes.
node_formmodules/node/node.pages.incGenerate the node add/edit form array.
node_page_defaultmodules/node/node.moduleMenu callback; Generate a listing of promoted nodes.
node_searchmodules/node/node.moduleImplementation of hook_search().
node_teasermodules/node/node.moduleGenerate a teaser for a node body.
node_type_formmodules/node/content_types.incGenerates the node type editing form.
node_update_indexmodules/node/node.moduleImplementation of hook_update_index().
openid_authenticationmodules/openid/openid.moduleAuthenticate a user or attempt registration.
openid_form_altermodules/openid/openid.moduleImplementation of hook_form_alter : adds OpenID login to the login forms.
openid_usermodules/openid/openid.moduleImplementation of hook_user().
page_set_cacheincludes/common.incStore the current page in the cache.
path_admin_formmodules/path/path.admin.incReturn a form for editing or creating an individual URL alias. See alsopath_admin_form_validate()
ping_cronmodules/ping/ping.moduleImplementation of hook_cron().
profile_blockmodules/profile/profile.moduleImplementation of hook_block().
search_admin_settingsmodules/search/search.admin.incMenu callback; displays the search module settings page. See alsosystem_settings_form()
search_admin_settings_validatemodules/search/search.admin.incValidate callback.
search_expand_cjkmodules/search/search.moduleBasic CJK tokenizer. Simply splits a string into consecutive, overlapping sequences of characters ('minimum_word_size' long).
search_indexmodules/search/search.moduleUpdate the full-text search index for a particular item.
search_simplifymodules/search/search.moduleSimplifies a string according to indexing rules.
statistics_access_logging_settingsmodules/statistics/statistics.admin.incForm builder; Configure access logging. See alsosystem_settings_form()
statistics_blockmodules/statistics/statistics.moduleImplementation of hook_block().
statistics_cronmodules/statistics/statistics.moduleImplementation of hook_cron().
statistics_exitmodules/statistics/statistics.moduleImplementation of hook_exit().
statistics_top_pagesmodules/statistics/statistics.admin.incMenu callback; presents the "top pages" page.
statistics_top_referrersmodules/statistics/statistics.admin.incMenu callback; presents the "referrer" page.
statistics_top_visitorsmodules/statistics/statistics.admin.incMenu callback; presents the "top visitors" page.
system_admin_compact_modemodules/system/system.moduleDetermine if a user is in compact mode.
system_admin_theme_settingsmodules/system/system.admin.incForm builder; This function allows selection of the theme to show in administration sections. See alsosystem_settings_form()
system_admin_theme_submitmodules/system/system.moduleProcess admin theme form submissions.
system_blockmodules/system/system.moduleImplementation of hook_block().
system_clean_url_settingsmodules/system/system.admin.incForm builder; Configure Clean URL settings. See alsosystem_settings_form()
system_date_time_settingsmodules/system/system.admin.incForm builder; Configure the site date and time settings. See alsosystem_settings_form()
system_error_reporting_settingsmodules/system/system.admin.incForm builder; Configure error reporting settings. See alsosystem_settings_form()
system_file_system_settingsmodules/system/system.admin.incForm builder; Configure the site file handling. See alsosystem_settings_form()
system_image_toolkit_settingsmodules/system/system.admin.incForm builder; Configure site image toolkit usage. See alsosystem_settings_form()
system_initmodules/system/system.moduleImplementation of hook_init().
system_initialize_theme_blocksmodules/system/system.moduleAssign an initial, default set of blocks for a theme.
system_mailmodules/system/system.moduleImplementation of hook_mail().
system_message_actionmodules/system/system.moduleA configurable Drupal action. Sends a message to the current user's screen.
system_node_typemodules/system/system.moduleImplementation of hook_node_type().
system_performance_settingsmodules/system/system.admin.incForm builder; Configure site performance settings. See alsosystem_settings_form()
system_requirementsmodules/system/system.installTest and report Drupal installation requirements.
system_rss_feeds_settingsmodules/system/system.admin.incForm builder; Configure how the site handles RSS feeds. See alsosystem_settings_form()
system_site_information_settingsmodules/system/system.admin.incForm builder; The general site information form. See alsosystem_settings_form()
system_site_maintenance_settingsmodules/system/system.admin.incForm builder; Configure the site's maintenance status. See alsosystem_settings_form()
system_themes_formmodules/system/system.admin.incMenu callback; displays a listing of all themes. See alsosystem_themes_form_submit()
system_themes_form_submitmodules/system/system.admin.incProcess system_themes_form form submissions.
system_theme_select_formmodules/system/system.moduleReturns a fieldset containing the theme select form.
system_theme_settingsmodules/system/system.admin.incForm builder; display theme configuration for entire site and individual themes.
system_update_6017modules/system/system.installRename settings related to user.module email notifications.
system_update_6021modules/system/system.installMigrate the menu items from the old menu system to the new menu_links table.
system_update_6041modules/system/system.installChange forum vocabulary not to be required by default and set the weight of the forum.module 1 higher than the taxonomy.module.
system_update_6042modules/system/system.installUpgrade recolored theme stylesheets to new array structure.
system_update_6044modules/system/system.installRC1 to RC2 index cleanup.
system_update_6046modules/system/system.installEnsure that the file_directory_path variable is set (using the old 5.x default, if necessary), so that the changed 6.x default won't break existing sites.
system_usermodules/system/system.moduleImplementation of hook_user().
tincludes/common.incTranslate strings to the page language or a given language.
taxonomy_form_altermodules/taxonomy/taxonomy.moduleImplementation of hook_form_alter(). Generate a form for selecting terms to associate with a node. We check for taxonomy_override_selector before loading the full vocabulary, so contrib modules can intercept before hook_form_alter and provide scalable...
taxonomy_form_termmodules/taxonomy/taxonomy.admin.incForm function for the term edit form. See alsotaxonomy_form_term_submit()
taxonomy_render_nodesmodules/taxonomy/taxonomy.moduleAccepts the result of a pager_query() call, such as that performed by taxonomy_select_nodes(), and formats each node along with a pager.
taxonomy_select_nodesmodules/taxonomy/taxonomy.moduleFinds all nodes that match selected taxonomy conditions.
taxonomy_term_pagemodules/taxonomy/taxonomy.pages.incMenu callback; displays all nodes associated with a term.
template_preprocess_aggregator_itemmodules/aggregator/aggregator.pages.incProcess variables for aggregator-item.tpl.php. See alsoaggregator-item.tpl.php
template_preprocess_comment_wrappermodules/comment/comment.moduleProcess variables for comment-wrapper.tpl.php. See alsocomment-wrapper.tpl.php
template_preprocess_forumsmodules/forum/forum.moduleProcess variables for forums.tpl.php
template_preprocess_forum_iconmodules/forum/forum.moduleProcess variables to format the icon for each individual topic.
template_preprocess_forum_topic_navigationmodules/forum/forum.modulePreprocess variables to format the next/previous forum topic navigation links.
template_preprocess_maintenance_pageincludes/theme.maintenance.incThe variables generated here is a mirror of template_preprocess_page(). This preprocessor will run it's course when theme_maintenance_page() is invoked. It is also used in theme_install_page() and theme_update_page() to keep all the variables...
template_preprocess_pageincludes/theme.incProcess variables for page.tpl.php
template_preprocess_user_picturemodules/user/user.moduleProcess variables for user-picture.tpl.php.
theme_aggregator_page_opmlmodules/aggregator/aggregator.pages.incTheme the OPML feed output.
theme_aggregator_page_rssmodules/aggregator/aggregator.pages.incTheme the RSS output.
theme_comment_post_forbiddenmodules/comment/comment.moduleTheme a "you can't post comments" notice.
theme_get_settingincludes/theme.incRetrieve a setting for the current theme. This function is designed for use from within themes & engines to determine theme settings made in the admin interface.
theme_get_settingsincludes/theme.incRetrieve an associative array containing the settings for a theme.
theme_update_reportmodules/update/update.report.incTheme project status report.
theme_usernameincludes/theme.incFormat a username.
throttle_admin_settingsmodules/throttle/throttle.admin.incForm builder; Configure the throttle system. See alsosystem_settings_form()
throttle_exitmodules/throttle/throttle.moduleImplementation of hook_exit().
throttle_statusmodules/throttle/throttle.moduleDetermine the current load on the site.
translation_supported_typemodules/translation/translation.moduleReturns whether the given content type has support for translations.
update_cronmodules/update/update.moduleImplementation of hook_cron().
update_fix_d6_requirementsupdate.phpPerform Drupal 5.x to 6.x updates that are required for update.php to function properly.
update_get_availablemodules/update/update.moduleInternal helper to try to get the update information from the cache if possible, and to refresh the cache when necessary.
update_mailmodules/update/update.moduleImplementation of hook_mail().
update_settingsmodules/update/update.settings.incForm builder for the update settings tab.
upload_admin_settingsmodules/upload/upload.admin.incMenu callback for the upload settings form.
upload_nodeapimodules/upload/upload.moduleImplementation of hook_nodeapi().
upload_node_form_submitmodules/upload/upload.moduleSave new uploads and store them in the session to be associated to the node on upload_save.
urlincludes/common.incGenerate a URL from a Drupal menu path. Will also pass-through existing URLs.
user_admin_settingsmodules/user/user.admin.incForm builder; Configure user settings for this site. See alsosystem_settings_form()
user_blockmodules/user/user.moduleImplementation of hook_block().
user_commentmodules/user/user.moduleImplementation of hook_comment().
user_file_downloadmodules/user/user.moduleImplementation of hook_file_download().
user_loginmodules/user/user.moduleForm builder; the main user login form.
user_mail_tokensmodules/user/user.moduleReturn an array of token to value mappings for user e-mail messages.
user_registermodules/user/user.moduleForm builder; The user registration form. See alsouser_register_validate()
user_register_submitmodules/user/user.moduleSubmit handler for the user registration form.
variable_getincludes/bootstrap.incReturn a persistent variable.
_block_get_cache_idmodules/block/block.moduleAssemble the cache_id to use for a given block.
_block_themes_accessmodules/block/block.moduleMenu item access callback - only admin or enabled themes can be accessed
_book_parent_selectmodules/book/book.moduleBuild the parent selection form element for the node form or outline tab
_color_page_altermodules/color/color.moduleCallback for the theme to alter the resources used.
_comment_get_display_settingmodules/comment/comment.moduleReturn a current comment display setting
_db_queryincludes/database.pgsql.incHelper function for db_query().
_drupal_flush_css_jsincludes/common.incHelper function to change query-strings on css/js files.
_drupal_maintenance_themeincludes/theme.maintenance.incSets up the theming system for site installs, updates and when the site is in off-line mode. It also applies when the database is unavailable.
_filter_htmlmodules/filter/filter.moduleHTML filter. Provides filtering of input into accepted HTML.
_filter_html_settingsmodules/filter/filter.moduleSettings for the HTML filter.
_filter_urlmodules/filter/filter.moduleURL filter. Automatically converts text web addresses (URLs, e-mail addresses, ftp links, etc.) into hyperlinks.
_filter_url_settingsmodules/filter/filter.moduleSettings for URL filter.
_forum_parent_selectmodules/forum/forum.admin.incReturns a select box for available parent terms
_locale_export_po_generateincludes/locale.incGenerates the PO(T) file contents for given strings.
_locale_invalidate_jsincludes/locale.incForce the JavaScript translation files) to be refreshed.
_locale_rebuild_jsincludes/locale.inc(Re-)Creates the JavaScript translation file for a language.
_menu_site_is_offlineincludes/menu.incChecks whether the site is off-line for maintenance.
_search_parse_querymodules/search/search.moduleHelper function for search_parse_query();
_system_themes_accessmodules/system/system.moduleMenu item access callback - only admin or enabled themes can be accessed.
_system_zonelistmodules/system/system.moduleGenerate an array of time zones and their local time&date.
_update_build_fetch_urlmodules/update/update.fetch.incGenerates the URL to fetch information about project updates.
_update_cron_notifymodules/update/update.fetch.incPerform any notifications that should be done once cron fetches new data.
_update_refreshmodules/update/update.fetch.incFetch project info via XML from a central server.
_update_requirement_checkmodules/update/update.modulePrivate helper method to fill in the requirements array.
_upload_file_limitsmodules/upload/upload.moduleDetermine the limitations on files that a given user may upload. The user may be in multiple roles so we select the most permissive limitations from all of their roles.
_user_mail_notifymodules/user/user.moduleConditionally create and send a notification email when a certain operation happens on the given user account. See alsouser_mail_tokens()
_user_mail_textmodules/user/user.moduleReturns a mail string for a variable name.

Functions called by variable_get()

Namesort iconLocationDescription
variable_getincludes/bootstrap.incReturn a persistent variable.
 
 

Drupal is a registered trademark of Dries Buytaert.