drupal_maintenance_theme

Functions that call drupal_maintenance_theme()

Namesort iconLocationDescription
db_connectincludes/database.pgsql.incInitialize a database connection.
db_set_activeincludes/database.incActivate a database for future queries.
drupal_maintenance_themeincludes/bootstrap.incEnables use of the theme system without requiring database access. Since there is not database access no theme will be enabled and the default themeable functions will be called. Some themeable functions can not be used without the full Drupal API...
install_already_done_errorinstall.phpShow an error page when Drupal has already been installed.
install_change_settingsinstall.phpConfigure and rewrite settings.php.
install_check_requirementsinstall.phpPage to check installation requirements and report any errors.
install_completeinstall.phpPage displayed when the installation is complete. Called from install.php.
install_missing_modules_errorinstall.phpShow an error page when Drupal is missing required modules.
install_no_profile_errorinstall.phpShow an error page when there are no profiles available.
install_select_localeinstall.phpFind all .po files for the current profile and allow admin to select which to use.
install_select_profileinstall.phpFind all .profile files and allow admin to select which to install.

Functions called by drupal_maintenance_theme()

Namesort iconLocationDescription
drupal_add_cssincludes/common.incAdds a CSS file to the stylesheet queue.
drupal_get_pathincludes/common.incReturns the path to a system item (module, theme, etc.).
drupal_maintenance_themeincludes/bootstrap.incEnables use of the theme system without requiring database access. Since there is not database access no theme will be enabled and the default themeable functions will be called. Some themeable functions can not be used without the full Drupal API...
unicode_checkincludes/unicode.incWrapper around _unicode_check().
 
 

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.