variable_get

Functions that call variable_get()

Namesort iconLocationDescription
aggregator_filter_xssmodules/aggregator.moduleSafely render HTML content, as allowed.
aggregator_page_categoriesmodules/aggregator.moduleMenu callback; displays all the categories used by the aggregator.
aggregator_page_opmlmodules/aggregator.moduleMenu callback; generates an OPML representation of all feeds.
aggregator_page_rssmodules/aggregator.moduleMenu callback; generate an RSS 0.92 feed of aggregator items or categories.
aggregator_page_sourcesmodules/aggregator.moduleMenu callback; displays all the feeds used by the aggregator.
aggregator_settingsmodules/aggregator.moduleImplementation of hook_settings().
archive_calendarmodules/archive.moduleGenerates a monthly calendar, for display in the archive block.
archive_pagemodules/archive.moduleMenu callback; lists all nodes posted on a given date.
block_admin_displaymodules/block.moduleGenerate main block administration form.
block_example_blockdeveloper/examples/block_example.moduleImplementation of hook_block().
block_example_contentsdeveloper/examples/block_example.moduleA block content function.
block_listmodules/block.moduleReturn all blocks in the specified region for the current user.
block_menumodules/block.moduleImplementation of hook_menu().
blogapi_blogger_new_postmodules/blogapi.moduleBlogging API callback. Inserts a new blog post as a node.
blog_feed_lastmodules/blog.moduleDisplays an RSS feed containing recent blog entries of all users.
blog_feed_usermodules/blog.moduleDisplays an RSS feed containing recent blog entries of a given user.
blog_page_lastmodules/blog.moduleDisplays a Drupal page containing recent blog entries of all users.
blog_page_usermodules/blog.moduleDisplays a Drupal page containing recent blog entries of a given user.
cache_clear_allincludes/bootstrap.incExpire data from the cache.
cache_getincludes/bootstrap.incReturn data from the persistent cache.
comment_configuremodules/comment.moduleMenu callback; presents the comment settings page.
comment_linkmodules/comment.moduleImplementation of hook_link().
comment_nodeapimodules/comment.moduleImplementation of hook_nodeapi().
comment_savemodules/comment.moduleAccepts a submission of new or changed comment content.
contact_admin_settingsmodules/contact.moduleSettings tab. Using a form rather than hook_settings().
contact_mail_pagemodules/contact.moduleSite-wide contact page
contact_mail_usermodules/contact.modulePersonal contact page.
contact_mail_user_submitmodules/contact.moduleProcess the personal contact page form submission.
do_searchmodules/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_authmodules/drupal.moduleImplementation of hook_auth().
drupal_cronmodules/drupal.moduleImplementation of hook_cron(); handles pings to and from the site.
drupal_get_private_keyincludes/common.incEnsure the private key variable used to generate tokens is set.
drupal_helpmodules/drupal.moduleImplementation of hook_help().
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_loginmodules/drupal.moduleCallback function from drupal_xmlrpc() for authenticating remote clients.
drupal_menumodules/drupal.moduleImplementation of hook_menu().
drupal_notifymodules/drupal.moduleSends a ping to the Drupal directory server.
drupal_not_foundincludes/common.incGenerates a 404 error if the request can not be handled.
drupal_page_footerincludes/common.incPerform end-of-request tasks.
drupal_page_headerincludes/bootstrap.incSet HTTP headers in preparation for a page response.
drupal_settingsmodules/drupal.moduleImplementation of hook_settings().
drupal_site_offlineincludes/common.incGenerates a site off-line message
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.
drupal_xmlrpcmodules/drupal.moduleImplementation of hook_xmlrpc().
error_handlerincludes/common.incLog errors as defined by administrator Error levels: 0 = Log errors to database. 1 = Log errors to database and to screen.
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.
filter_accessmodules/filter.moduleReturns true if the user is allowed to access this format.
filter_admin_deletemodules/filter.moduleMenu callback; confirm deletion of a format.
filter_admin_delete_submitmodules/filter.moduleProcess filter delete form submission.
filter_admin_format_formmodules/filter.moduleGenerate a filter format form.
filter_admin_overviewmodules/filter.moduleDisplays a list of all input formats and which one is the default
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.moduleImplementation of hook_filter_tips().
filter_formmodules/filter.moduleGenerate a selector for choosing a format in a form.
filter_formatsmodules/filter.moduleRetrieve a list of input formats.
filter_resolve_formatmodules/filter.moduleResolve a format id, including the default format.
filter_xss_bad_protocolmodules/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_configuremodules/forum.moduleImplementation of hook_settings
forum_blockmodules/forum.moduleImplementation of hook_block().
forum_form_submitmodules/forum.moduleProcess forum form and container form submissions.
forum_get_forumsmodules/forum.moduleReturns a list of all forums for a given taxonomy id
forum_overviewmodules/forum.moduleReturns an overview list of existing forums and containers
forum_pagemodules/forum.moduleMenu callback; prints a forum listing.
forum_taxonomymodules/forum.moduleImplementation of hook_taxonomy().
forum_validatemodules/forum.moduleImplementation of hook_validate().
forum_viewmodules/forum.moduleImplementation of hook_view().
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. One popular use of this hook is to add form elements to the node form.
hook_initdeveloper/hooks/core.phpPerform setup tasks.
hook_settingsdeveloper/hooks/core.phpDeclare administrative settings for a module.
hook_taxonomydeveloper/hooks/core.phpAct on taxonomy changes.
hook_update_indexdeveloper/hooks/core.phpUpdate Drupal's full-text index for this module.
image_get_toolkitincludes/image.incRetrieve the name of the currently used toolkit.
init_themeincludes/theme.incInitialize the theme system by loading the theme.
menu_configuremodules/menu.moduleMenu callback; presents menu configuration options.
menu_form_altermodules/menu.moduleImplementation of hook_form_alter(). Add menu item fields to the node form.
menu_primary_linksincludes/menu.incReturns an array containing the primary links. Can optionally descend from the root of the Primary links menu towards the current node for a specified number of levels and return that submenu. Used to generate a primary/secondary menu from different...
menu_secondary_linksincludes/menu.incReturns an array containing the secondary links. Secondary links can be either a second level of the Primary links menu or generated from their own menu.
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_configuremodules/node.moduleMenu callback; presents general node configuration options.
node_feedmodules/node.moduleA generic function for generating RSS feeds from a set of nodes.
node_form_altermodules/node.moduleImplementation of hook_form_alter().
node_form_arraymodules/node.moduleGenerate the node editing form array.
node_helpmodules/node.moduleImplementation of hook_help().
node_page_defaultmodules/node.moduleGenerate a listing of promoted nodes.
node_searchmodules/node.moduleImplementation of hook_search().
node_submitmodules/node.modulePrepare node for save and allow modules to make changes.
node_teasermodules/node.moduleAutomatically generate a teaser for a node body in a given format.
node_types_configuremodules/node.moduleMenu callback; presents each node type configuration page.
node_update_indexmodules/node.moduleImplementation of hook_update_index().
node_validatemodules/node.modulePerform validation checks on the given node.
phptemplate_pagethemes/engines/phptemplate/phptemplate.enginePrepare the values passed to the theme_page function to be passed into a pluggable template engine.
ping_cronmodules/ping.moduleImplementation of hook_cron().
profile_blockmodules/profile.moduleImplementation of hook_block().
search_expand_cjkmodules/search.moduleBasic CJK tokenizer. Simply splits a string into consecutive, overlapping sequences of characters ('minimum_word_size' long).
search_indexmodules/search.moduleUpdate the full-text search index for a particular item.
search_settingsmodules/search.moduleMenu callback; displays the search module settings page.
search_settings_form_validatemodules/search.moduleImplementation of hook_validate().
search_simplifymodules/search.moduleSimplifies a string according to indexing rules.
statistics_blockmodules/statistics.moduleImplementation of hook_block().
statistics_cronmodules/statistics.moduleImplementation of hook_cron().
statistics_exitmodules/statistics.moduleImplementation of hook_exit().
statistics_menumodules/statistics.moduleImplementation of hook_menu().
statistics_settingsmodules/statistics.moduleImplementation of hook_settings().
statistics_top_pagesmodules/statistics.moduleMenu callback; presents the "top pages" page.
statistics_top_referrersmodules/statistics.moduleMenu callback; presents the "referrer" page.
statistics_top_visitorsmodules/statistics.moduleMenu callback; presents the "top visitors" page.
system_cron_settingsmodules/system.moduleReturn the cron status and errors for admin/settings.
system_initialize_theme_blocksmodules/system.moduleAssign an initial, default set of blocks for a theme.
system_themesmodules/system.moduleMenu callback; displays a listing of all themes.
system_theme_select_formmodules/system.moduleReturns a fieldset containing the theme select form.
system_theme_settingsmodules/system.moduleMenu callback; display theme configuration for entire site and individual themes.
system_update_178database/updates.incUpdate base paths for relative URLs in node and comment content.
system_update_179database/updates.incUpdate base paths for relative URLs in custom blocks, profiles and various variables.
system_usermodules/system.moduleImplementation of hook_user().
taxonomy_render_nodesmodules/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.moduleFinds all nodes that match selected taxonomy conditions.
taxonomy_term_pagemodules/taxonomy.moduleMenu callback; displays all nodes associated with a term.
theme_aggregator_page_itemmodules/aggregator.moduleFormat an individual feed item for display on the aggregator page.
theme_forum_displaymodules/forum.moduleFormat the forum body.
theme_forum_iconmodules/forum.moduleFormat the icon for each individual topic.
theme_forum_topic_navigationmodules/forum.moduleFormat the next/previous forum topic navigation links.
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_pageincludes/theme.incReturn an entire Drupal page displaying the supplied content.
theme_usernameincludes/theme.incFormat a username.
throttle_exitmodules/throttle.moduleImplementation of hook_exit().
throttle_settingsmodules/throttle.moduleImplementation of hook_settings().
throttle_statusmodules/throttle.moduleDetermine the current load on the site.
update_fix_schema_versionupdate.phpIf the schema version for Drupal core is stored in the variables table (4.6.x and earlier) move it to the schema_version column of the system table.
update_fix_sessionsupdate.phpSystem update 130 changes the sessions table, which breaks the update script's ability to use session variables. This changes the table appropriately.
update_fix_watchdogupdate.phpSystem update 142 changes the watchdog table, which breaks the update script's ability to use logging. This changes the table appropriately.
update_fix_watchdog_115update.phpSystem update 115 changes the watchdog table, which breaks the update script's ability to use logging. This changes the table appropriately.
upload_menumodules/upload.moduleImplementation of hook_menu().
upload_munge_filenamemodules/upload.moduleMunge the filename as needed for security purposes.
upload_nodeapimodules/upload.moduleImplementation of hook_nodeapi().
urlincludes/common.incGenerate a URL from a Drupal menu path. Will also pass-through existing URLs.
user_blockmodules/user.moduleImplementation of hook_block().
user_file_downloadmodules/user.moduleImplementation of hook_file_download().
user_helpmodules/user.moduleImplementation of hook_help().
user_mailmodules/user.moduleSend 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>
user_menumodules/user.moduleImplementation of hook_menu().
variable_getincludes/bootstrap.incReturn a persistent variable.
watchdog_cronmodules/watchdog.moduleImplementation of hook_cron().
_aggregator_page_listmodules/aggregator.modulePrints an aggregator page listing a number of feed items. Various menu callbacks use this function to print their feeds.
_comment_get_display_settingmodules/comment.moduleReturn a current comment display setting
_db_queryincludes/database.pgsql.incHelper function for db_query().
_filter_htmlmodules/filter.moduleHTML filter. Provides filtering of input into accepted HTML.
_filter_html_settingsmodules/filter.moduleSettings for the HTML filter.
_forum_get_vidmodules/forum.moduleReturns the vocabulary id for forum navigation.
_legacy_filter_old_urlsmodules/legacy.moduleRewrite legacy URLs.
_locale_export_poincludes/locale.incExports a Portable Object (Template) file for a language
_menu_site_is_offlineincludes/menu.incReturns TRUE if the site is off-line for maintenance.
_search_parse_querymodules/search.moduleHelper function for search_parse_query();
_upload_imagemodules/upload.moduleCheck an upload, if it is an image, make sure it fits within the maximum dimensions allowed.
_upload_preparemodules/upload.moduleSave new uploads and attach them to the node object. append file_previews to the node object as well.

Functions called by variable_get()

Namesort iconLocationDescription
variable_getincludes/bootstrap.incReturn a persistent variable.
 
 

Drupal is a registered trademark of Dries Buytaert.