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 | docs/developer/hooks/install.php | Install the current version of the database schema. |
| hook_install | docs/developer/hooks/install.php | Install the current version of the database schema. |
Functions called by hook_install()
| Name | Location | Description |
|---|---|---|
| db_query | drupal/includes/database.inc | Runs a basic query in the active database. |
| db_query | drupal/includes/database.inc | Runs a basic query in the active database. |
| hook_install | docs/developer/hooks/install.php | Install the current version of the database schema. |
| hook_install | docs/developer/hooks/install.php | Install the current version of the database schema. |
