You are here

function crypt_blowfish_install in Web Service Clients 6.2

Same name and namespace in other branches
  1. 6 backends/clients_drupal/crypt_blowfish/crypt_blowfish.install \crypt_blowfish_install()
  2. 7.3 connections/clients_drupal/crypt_blowfish/crypt_blowfish.install \crypt_blowfish_install()
  3. 7 backends/clients_drupal/crypt_blowfish/crypt_blowfish.install \crypt_blowfish_install()
  4. 7.2 connections/clients_drupal/crypt_blowfish/crypt_blowfish.install \crypt_blowfish_install()

Implementation of hook_install().

File

connections/clients_drupal/crypt_blowfish/crypt_blowfish.install, line 11
Checks blowfish configuration - directory and password are set

Code

function crypt_blowfish_install() {
}