You are here

function real_aes_ctools_plugin_directory in Real AES 7

Same name and namespace in other branches
  1. 7.2 real_aes.module \real_aes_ctools_plugin_directory()

Implements hook_ctools_plugin_directory().

File

./real_aes.module, line 38
Library loader for the Defuse PHP-encryption library.

Code

function real_aes_ctools_plugin_directory($module, $plugin) {
  if ($module == 'encrypt') {
    return 'plugins/' . $plugin;
  }
}