New way of creating forms described here http://drupal.org/node/64279#form-building .
I changed simpletest module and it now uses this new system.
Patch is attached.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | simpletest.module.form.patch_0.txt | 1.07 KB | Rok Žlender |
| simpletest.module.form.patch.txt | 1.49 KB | Rok Žlender |
Comments
Comment #1
moshe weitzman commentedyou cna get rid of simpletest_overview(). just change the menu callback to drupal_get_form() and add a callback arguments => array('simpletest_overview_form'). after that change is made, this may be committed.
Comment #2
Rok Žlender commentedI got rid of simpletest_overview. Drupal_get_form is now called in entry_point().
Comment #3
Rok Žlender commentedcommitted
Comment #4
(not verified) commented