function drush_key_provider_list in Key 7.3
Same name and namespace in other branches
- 8 drush/key_provider_list.drush.inc \drush_key_provider_list()
Command callback to get a list of available key providers.
File
- drush/
key.drush.inc, line 207
Code
function drush_key_provider_list() {
require_once __DIR__ . '/key_provider_list.inc';
return _drush_key_provider_list();
}