1.44.2.2 (checked in on 2005/11/30 at 10:05:16 by dries)
Functions that need to be loaded on every Drupal request.
| Name | Description |
|---|---|
| CACHE_PERMANENT | |
| CACHE_TEMPORARY | |
| WATCHDOG_ERROR | |
| WATCHDOG_NOTICE | |
| WATCHDOG_WARNING |
| Name | Description |
|---|---|
| arg | Return a component of the current Drupal path. |
| bootstrap_hooks | Define the critical hooks that force modules to always be loaded. |
| bootstrap_invoke_all | Call all init or exit hooks without including all modules. |
| cache_clear_all | Expire data from the cache. |
| cache_get | Return data from the persistent cache. |
| cache_set | Store data in the persistent cache. |
| check_plain | Encode special characters in a plain-text string for display as HTML. |
| conf_init | Locate the appropriate configuration file. |
| drupal_get_filename | Returns and optionally sets the filename for a system item (module, theme, etc.). The filename, whether provided, cached, or retrieved from the database, is only returned if the file exists. |
| drupal_get_messages | Return all messages that have been set. |
| drupal_get_path_alias | Given an internal Drupal path, return the alias set by the administrator. |
| drupal_get_path_map | Return an array mapping path aliases to their internal Drupal paths. |
| drupal_get_title | Get the title of the current page, for display on the page and in the title bar. |
| drupal_load | Includes a file with the provided type and name. This prevents including a theme, engine, module, etc., more than once. |
| drupal_page_header | Set HTTP headers in preparation for a page response. |
| drupal_set_message | Set a message for the user to see. |
| drupal_set_title | Set the title of the current page, for display on the page and in the title bar. |
| drupal_unpack | Unserializes and appends elements from a serialized string. |
| page_get_cache | Retrieve the current page from the cache. |
| page_set_cache | Store the current page in the cache. |
| referer_uri | Return the URI of the referring page. |
| request_uri | Since request_uri() is only available on Apache, we generate an equivalent using other environment vars. |
| timer_start | Begin a global timer, for benchmarking of page execution time. |
| variable_del | Unset a persistent variable. |
| variable_get | Return a persistent variable. |
| variable_init | Load the persistent variable table. |
| variable_set | Set a persistent variable. |
| watchdog | Log a system message. |