hook_load
Related topics
| Name | Description |
|---|---|
| Hooks | Allow modules to interact with the Drupal core. |
Functions that call hook_load()
| Name | Location | Description |
|---|---|---|
| hook_load | developer/hooks/node.php | Load node-type-specific information. |
Functions called by hook_load()
| Name | Location | Description |
|---|---|---|
| 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. |
| hook_load | developer/hooks/node.php | Load node-type-specific information. |
