function deploy_install in Deploy - Content Staging 6
Same name and namespace in other branches
- 5 deploy.install \deploy_install()
- 7.3 deploy.install \deploy_install()
Implementation of hook_install().
File
- ./
deploy.install, line 214 - Contains install and update functions for Deploy.
Code
function deploy_install() {
drupal_install_schema('deploy');
}