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

Main Form tutorial page.

See also

form_example_tutorial_1()

form_example_tutorial_2()

form_example_tutorial_3()

form_example_tutorial_4()

form_example_tutorial_5()

form_example_tutorial_6()

form_example_tutorial_7()

form_example_tutorial_8()

form_example_tutorial_9()

form_example_tutorial_10()

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 form tutorials tied to the <a href="http://drupal.org/node/262422">Drupal handbook</a>.');
}