Module install and update functions, as well as a status page handler.
| Name | Description |
|---|---|
| daily_install | Implementation of hook_install(): Install the database schema. |
| daily_requirements | Implementation of hook_requirements(): Check installation requirements. |
| daily_schema | Implementation of hook_schema(): Define the database schema. |
| daily_uninstall | Implementation of hook_uninstall(): remove tables and variables |
| daily_update_last_removed | Implementation of hook_update_last_removed: Last removed update script |