hook_install
Related topics
| Name | Description |
|---|---|
| Hooks | Allow modules to interact with the Drupal core. |
Functions that call hook_install()
| Name | Location | Description |
|---|---|---|
| hook_install | developer/hooks/install.php | Install the current version of the database schema. |
Functions called by hook_install()
| Name | Location | Description |
|---|---|---|
| db_query | includes/database.inc | Runs a basic query in the active database. |
| hook_install | developer/hooks/install.php | Install the current version of the database schema. |
