| 7 form_example_tutorial.inc | form_example_tutorial() |
| 6 form_example_tutorial.inc | form_example_tutorial() |
Main Form tutorial page.
See also
Related topics
File
- form_example/
form_example_tutorial.inc, line 31 - This is the Form API Tutorial from the handbook.
Code
function form_example_tutorial() {
return t('This is a set of 10 form tutorials tied to the <a href="http://drupal.org/node/262422">Drupal handbook</a>.');
}