function crypt_blowfish_install in Web Service Clients 6
Same name and namespace in other branches
- 6.2 connections/clients_drupal/crypt_blowfish/crypt_blowfish.install \crypt_blowfish_install()
- 7.3 connections/clients_drupal/crypt_blowfish/crypt_blowfish.install \crypt_blowfish_install()
- 7 backends/clients_drupal/crypt_blowfish/crypt_blowfish.install \crypt_blowfish_install()
- 7.2 connections/clients_drupal/crypt_blowfish/crypt_blowfish.install \crypt_blowfish_install()
Implementation of hook_install().
File
- backends/
clients_drupal/ crypt_blowfish/ crypt_blowfish.install, line 12 - Checks blowfish configuration - directory and password are set
Code
function crypt_blowfish_install() {
}