base_path

Related topics

Namesort iconDescription
Input validationFunctions to validate user input.

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 /.
db_connectincludes/database.pgsql.incInitialize a database connection.
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. It loads the CSS in order, with 'core' CSS first, then 'module' CSS, then 'theme' CSS files. This ensures proper cascading of styles...
drupal_get_jsincludes/common.incReturns a themed presentation of all JavaScript code for the current page. References to JavaScript files are placed in a certain order: first, all 'core' files, then all 'module' and finally all 'theme' JavaScript...
phptemplate_pagethemes/engines/phptemplate/phptemplate.enginePrepare the values passed to the theme_page function to be passed into a pluggable template engine. Uses the arg() function to generate a series of page template files suggestions based on the current path. If none are found, the default page.tpl.php...
search_indexmodules/search/search.moduleUpdate the full-text search index for a particular item.
system_requirementsmodules/system/system.installTest and report Drupal installation requirements.
theme_color_scheme_formmodules/color/color.moduleTheme 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.
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.

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.