| Name | Location | Description |
|---|---|---|
| $base_insecure_url | core/globals.api.php | The insecure base URL of the Drupal installation. |
| $base_path | core/globals.api.php | The base path of the Drupal installation. |
| $base_root | core/globals.api.php | The root URL of the host, excluding the path. The hostname |
| $base_secure_url | core/globals.api.php | The secure base URL of the Drupal installation. |
| $base_url | core/globals.api.php | The base URL of the Drupal installation. |
| $conf | core/globals.api.php | Allows defining of site-specific service providers for the Drupal kernel. |
| $config | core/globals.api.php | Array of configuration overrides from the settings.php file. |
| $config_directories | core/globals.api.php | The location of file system directories used for site configuration data. |
| $install_state | core/globals.api.php | Store settings and profile information during installation process. |
| $pager_limits | core/globals.api.php | Array of the number of items per page for each pager. |
| $pager_page_array | core/globals.api.php | Array of current page numbers for each pager. |
| $pager_total | core/globals.api.php | Array of the total number of pages for each pager. |
| $pager_total_items | core/globals.api.php | Array of the total number of items for each pager. |
Comments