request_uri
Functions that call request_uri()
| Name | Location | Description |
|---|---|---|
| locale | modules/locale.module | Provides interface translation services. |
| page_get_cache | includes/bootstrap.inc | Retrieve the current page from the cache. |
| page_set_cache | includes/common.inc | Store the current page in the cache. |
| request_uri | includes/bootstrap.inc | Since request_uri() is only available on Apache, we generate an equivalent using other environment variables. |
| system_elements | modules/system.module | Implementation of hook_elements(). |
| watchdog | includes/bootstrap.inc | Log a system message. |
Functions called by request_uri()
| Name | Location | Description |
|---|---|---|
| request_uri | includes/bootstrap.inc | Since request_uri() is only available on Apache, we generate an equivalent using other environment variables. |
