variable_init
Functions that call variable_init()
| Name | Location | Description |
|---|---|---|
| variable_init | includes/bootstrap.inc | Load the persistent variable table. |
Functions called by variable_init()
| Name | Location | Description |
|---|---|---|
| cache_get | includes/cache.inc | Return data from the persistent cache. |
| cache_set | includes/cache.inc | Store data in the persistent cache. |
| db_fetch_object | includes/database.pgsql.inc | Fetch one result row from the previous query as an object. |
| db_query | includes/database.inc | Runs a basic query in the active database. |
| variable_init | includes/bootstrap.inc | Load the persistent variable table. |
