function encrypt_test_encrypt_api in Encrypt 7
Implementation of hook_encrypt_api().
File
- tests/
encrypt_test.module, line 11 - Declares a bogus encryption method for testing purposes.
Code
function encrypt_test_encrypt_api() {
return array(
'file' => __FILE__,
'api version' => '1.0',
);
}