function crypt_blowfish_perm in Web Service Clients 7
Same name and namespace in other branches
- 6.2 connections/clients_drupal/crypt_blowfish/crypt_blowfish.module \crypt_blowfish_perm()
- 6 backends/clients_drupal/crypt_blowfish/crypt_blowfish.module \crypt_blowfish_perm()
- 7.3 connections/clients_drupal/crypt_blowfish/crypt_blowfish.module \crypt_blowfish_perm()
- 7.2 connections/clients_drupal/crypt_blowfish/crypt_blowfish.module \crypt_blowfish_perm()
Implementation of hook_perm() @TODO
Return value
array An array of valid permissions for the crypt_blowfish module
File
- backends/
clients_drupal/ crypt_blowfish/ crypt_blowfish.module, line 33 - PEAR Crypt_Blowfish integration
Code
function crypt_blowfish_perm() {
return array(
'crypt_blowfish admin',
);
}