function webformblock_install in Webform Block 6.3
Same name and namespace in other branches
- 6 webformblock.install \webformblock_install()
Implementation of hook_install().
Inserts the webformblock module's schema in to the SQL database.
File
- ./
webformblock.install, line 36 - Webform Block module install file.
Code
function webformblock_install() {
drupal_install_schema('webformblock');
}