You are here

function drush_no_autocomplete_na_login in No Autocomplete 7

Same name and namespace in other branches
  1. 8 no_autocomplete.drush.inc \drush_no_autocomplete_na_login()

Callback for the na-login command.

File

./no_autocomplete.drush.inc, line 89
Drush commands related to the No Autocomplete module.

Code

function drush_no_autocomplete_na_login() {
  $args = func_get_args();
  _drush_no_autocomplete_set_options('no_autocomplete_login_form', $args);
}