Same name and namespace in other branches
  1. 7.x-1.x form_example/form_example_tutorial.inc \form_example_tutorial()

@file This is the Form API Tutorial from the handbook.

It goes through ten form examples in increasing complexity to demonstrate Drupal 6 Form API.

Links are provided inline for the related handbook pages.

See also

http://drupal.org/node/262422

File

form_example/form_example_tutorial.inc, line 14
This is the Form API Tutorial from the handbook.

Code

function form_example_tutorial() {
  return t('This is a set of ten form tutorials tied to the <a href="http://drupal.org/node/262422">Drupal handbook</a>.');
}