Re: Order of controls in user-login-form
Muzaffer Tolga Ozses <[email protected]> Sun, 28 Dec 2014 20:19:56 +0200
| Newsgroups | gmane.comp.php.drupal.support |
|---|---|
| Message-ID | <CAMAQ3nJRdHHoHRx06yXRPqUfZ-C1szrYwgtaEaNp9hk2oAzjSQ@mail.gmail.com> |
If you have access to drush, you can use *drush hook form_alter* to find out all the form_alter hooks in your codebase. On 28 December 2014 at 18:37, Shérab <[email protected]> wrote: > Thanks Jamie for your hint. > It indeed seems that CTools builds the user-login-form andlets other > modules alter it. > However, when looking at the code in user.module, function > user_login_block, it seems this is all very declarative: all the widgets > are declared as just members of an array, without any specific order. So > I don't really know where the orderis calculated... > > Thanks, > Shérab. > -- > [ Drupal support list | http://lists.drupal.org/ ] > -- [ Drupal support list | http://lists.drupal.org/ ]