Globale Variablen

NameOrtBeschreibung
$active_dbdeveloper-docs/globals.phpActive database connection.
$base_pathdeveloper-docs/globals.phpThe base path of the drupal installation. At least will default to /.
$base_rootdeveloper-docs/globals.phpThe root URL of the host excludes the path.
$base_theme_infodeveloper-docs/globals.phpAn array of objects that reperesent the base theme. For documentation of the theme object see _init_theme().
$base_urldeveloper-docs/globals.phpThe base URL of the drupal installation.
$channeldeveloper-docs/globals.phpAn associative array containing title, link, description and other keys. The link should be an absolute URL.
$confdeveloper-docs/globals.phpArray of persistent variables stored in 'variable' table.
$cookie_domaindeveloper-docs/globals.phpThe domain to be used form session cookies.
$custom_themedeveloper-docs/globals.phpName of custom theme to override default theme.
$db_prefixdeveloper-docs/globals.phpThe prefix to be placed on all database tables.
$db_typedeveloper-docs/globals.phpThe type of database being used.
$db_urldeveloper-docs/globals.phpThe url of the database. Thorough documentation provided in default.settings.php.
$elementdeveloper-docs/globals.phpStructured array describing the data to be rendered.
$forum_topic_list_headerdeveloper-docs/globals.phpAn array of topic header information.
$iddeveloper-docs/globals.phpActive statistics record id.
$imagedeveloper-docs/globals.phpCurrent image tag used by aggregator.
$installed_profiledeveloper-docs/globals.phpThe name of the profile that has just been installed.
$install_localedeveloper-docs/globals.phpThe locale to use during installation
$itemdeveloper-docs/globals.phpGeneral string or array.
$itemsdeveloper-docs/globals.phpArray of items used by aggregator.
$languagedeveloper-docs/globals.phpAn object containing the information for the active language.
$last_resultdeveloper-docs/globals.phpResource of the query executed.
$menu_admindeveloper-docs/globals.phpBoolean indicating that a menu administrator is running the menu access check.
$multibytedeveloper-docs/globals.phpThe current multibyte mode. Possible values: UNICODE_ERROR, UNICODE_SINGLEBYTE, UNICODE_MULTIBYTE.
$niddeveloper-docs/globals.phpActive blog node id.
$pager_page_arraydeveloper-docs/globals.phpResult of pager_query() that is utilized by other functions.
$pager_totaldeveloper-docs/globals.phpArray of the total number of pages per pager. The key is will be 0 by defualt, but can be specified via the $element parameter of pager_query().
$pager_total_itemsdeveloper-docs/globals.phpArray of the total number of items per pager. The key is will be 0 by defualt, but can be specified via the $element parameter of pager_query().
$profiledeveloper-docs/globals.phpThe name of the currently installed profile.
$queriesdeveloper-docs/globals.phpArray of queries that have been executed.
$recent_activitydeveloper-docs/globals.phpRecent activity statistics generated by statistics_exit().
$tagdeveloper-docs/globals.phpActive tag name.
$themedeveloper-docs/globals.phpName of the active theme.
$theme_enginedeveloper-docs/globals.phpThe active theme engine related to the active theme.
$theme_infodeveloper-docs/globals.phpActive theme object. For documentation of the theme object see _init_theme().
$theme_keydeveloper-docs/globals.phpName of the active theme.
$theme_pathdeveloper-docs/globals.phpPath to the active theme.
$timersdeveloper-docs/globals.phpStores timers that have been created by timer_start().
$update_free_accessdeveloper-docs/globals.phpAccess control for update.php script. Allows the update.php script to be run when not logged in as and administrator.
$update_modedeveloper-docs/globals.phpDisabled caling hook_boot() and hook_exit() during the update process (update.php) since the database is in a largely unknown state.
$userdeveloper-docs/globals.phpRepresentation of the current user. Stores preferences and other user information.
$xrds_current_servicedeveloper-docs/globals.phpArray used by XRDS XML parser for OpenID to track parsing state.
$xrds_open_elementsdeveloper-docs/globals.phpArray used by XRDS XML parser for OpenID to track parsing state.
$xrds_servicesdeveloper-docs/globals.phpArray used by XRDS XML parser for OpenID to track parsing state.