function encrypt_encrypt_api in Encrypt 6
Same name and namespace in other branches
- 7 encrypt.module \encrypt_encrypt_api()
Implementation of hook_encrypt_api().
File
- ./
encrypt.module, line 167 - Main Encrypt Drupal File
Code
function encrypt_encrypt_api() {
return array(
'file' => drupal_get_path('module', 'encrypt') . '/includes/encrypt.encrypt.inc',
'api version' => '1.0',
);
}