You are here

function deploy_install in Deploy - Content Staging 7.3

Same name and namespace in other branches
  1. 5 deploy.install \deploy_install()
  2. 6 deploy.install \deploy_install()

Implements hook_install().

File

./deploy.install, line 418
Deploy module installation functions.

Code

function deploy_install() {
  _deploy_encrypt_endpoints();
}