base_path

Functions that call base_path()

Namesort iconLocationDescription
base_pathincludes/common.incReturns the base URL path of the Drupal installation. At the very least, this will always default to /.
color_scheme_form_submitmodules/color/color.moduleSubmit handler for color change form.
drupal_add_jsincludes/common.incAdd a JavaScript file, setting or inline code to the page.
drupal_build_css_cacheincludes/common.incAggregate and optimize CSS files, putting them in the files directory.
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.
garland_get_ie_stylesthemes/garland/template.phpGenerates IE CSS links for LTR and RTL languages.
install_check_requirementsinstall.phpCheck installation requirements and report any errors.
search_indexmodules/search/search.moduleUpdate the full-text search index for a particular item.
system_clean_url_settingsmodules/system/system.admin.incForm builder; Configure Clean URL settings. See alsosystem_settings_form()
system_requirementsmodules/system/system.installTest and report Drupal installation requirements.
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
theme_color_scheme_formmodules/color/color.moduleTheme the color form.
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_imageincludes/theme.incReturn a themed image.
theme_image_buttonincludes/form.incTheme a form image button.
urlincludes/common.incGenerate a URL from a Drupal menu path. Will also pass-through existing URLs.
_color_page_altermodules/color/color.moduleCallback for the theme to alter the resources used.
_color_rewrite_stylesheetmodules/color/color.moduleRewrite the stylesheet to match the colors in the palette.

Functions called by base_path()

Namesort iconLocationDescription
base_pathincludes/common.incReturns the base URL path of the Drupal installation. At the very least, this will always default to /.
 
 

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.