You are here

function simple_ldap_user_drush_check_all in Simple LDAP 7.2

1 string reference to 'simple_ldap_user_drush_check_all'
simple_ldap_user_drush_command in simple_ldap_user/simple_ldap_user.drush.inc
Implementation of hook_drush_command()

File

simple_ldap_user/simple_ldap_user.drush.inc, line 44

Code

function simple_ldap_user_drush_check_all() {
  return simple_ldap_user_drush_scan_all();
}