variable_get

Functions that call variable_get()

Namesort iconLocationDescription
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_sourcesmodules/aggregator.moduleMenu callback; displays all the feeds used by the aggregator.
archive_calendarmodules/archive.moduleGenerates a monthly calendar, for display in the archive block.
block_listmodules/block.moduleReturn all blocks in the specied region for the current user. You may use this function to implement variable block regions. The default regions are 'left', 'right' and 'all', where 'all' means both left...
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_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.
check_outputmodules/filter.moduleRun all the enabled filters on a piece of text.
comment_admin_editmodules/comment.moduleMenu callback; edit a comment from the administrative interface.
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_role_settingsmodules/comment.moduleMenu callback; allows admin to set default scores for different roles.
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_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_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_valid_tokenincludes/common.incValidate a token based on $value, the current user session and private key or penultimate private key.
error_handlerincludes/common.incLog errors as defined by administrator Error levels: 1 = Log errors to database. 2 = Log errors to database and to screen.
file_check_directoryincludes/file.incCheck that directory exists and is writable.
file_create_pathincludes/file.incMake sure the destination is a complete path and resides in the file system directory, if it is not prepend the file system directory.
file_create_urlincludes/file.incCreate the download path to a file.
file_save_dataincludes/file.incSave a string to the specified destination
file_save_uploadincludes/file.incSaves a file upload to a new location. The source file is validated as a proper upload and handled as such.
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_overviewmodules/filter.moduleMenu callback; allows administrators to set up input formats.
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_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.
format_nameincludes/common.incFormat a username.
forum_adminmodules/forum.moduleAdministration page which allows maintaining forums
forum_admin_configuremodules/forum.moduleImplementation of hook_settings
forum_blockmodules/forum.moduleImplementation of hook_block().
forum_get_forumsmodules/forum.moduleReturns a list of all forums for a given taxonomy id
forum_linkmodules/forum.moduleImplementation of hook_link().
forum_overviewmodules/forum.moduleReturns an overview list of existing forums and containers
forum_pagemodules/forum.moduleMenu callback; prints a forum listing.
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_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.
module_listincludes/module.incCollect a list of all loaded modules. During the bootstrap, return only vital modules. See bootstrap.inc
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_formmodules/node.moduleGenerate the node editing form.
node_helpmodules/node.moduleImplementation of hook_help().
node_nodeapimodules/node.moduleImplementation of hook_nodeapi().
node_page_defaultmodules/node.moduleGenerate a listing of promoted nodes.
node_searchmodules/node.moduleImplementation of hook_search().
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.
ping_cronmodules/ping.moduleImplementation of hook_cron().
queue_viewmodules/queue.moduleDisplay a queued node along with voting options for it.
search_adminmodules/search.moduleMenu callback; displays the search module settings page.
search_helpmodules/search.moduleImplementation of hook_help().
search_indexmodules/search.moduleUpdate the full-text search index for a particular item.
statistics_blockmodules/statistics.moduleImplementation of hook_block().
statistics_cronmodules/statistics.moduleImplementation of hook_cron().
statistics_exitmodules/statistics.moduleImplementation of hook_exit().
statistics_linkmodules/statistics.moduleImplementation of hook_link().
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 "Top referrers" page.
statistics_top_usersmodules/statistics.moduleMenu callback; presents the "Top users" page.
system_theme_listingmodules/system.moduleGenerate a list of all the available theme/style combinations.
system_theme_settingsmodules/system.moduleMenu callback; display theme configuration for entire site and individual themes.
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_forum_displaymodules/forum.moduleFormat the forum body.
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.
throttle_exitmodules/throttle.moduleImplementation of hook_exit().
throttle_settingsmodules/throttle.moduleImplementation of hook_settings().
throttle_statusmodules/throttle.moduleDetermine the current load on the site.
upload_munge_filenamemodules/upload.moduleMunge the filename as needed for security purposes.
upload_nodeapimodules/upload.moduleImplementation of hook_nodeapi().
urlincludes/common.incGenerate an internal Drupal URL.
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.
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.
_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
_profile_date_fieldmodules/profile.moduleHelper function: output a date selector
_upload_imagemodules/upload.moduleCheck an upload, if it is an image, make sure it fits within the maximum dimensions allowed.

Functions called by variable_get()

Namesort iconLocationDescription
variable_getincludes/bootstrap.incReturn a persistent variable.
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.