1 form_example_tutorial.inc | form_example_tutorial() |
Main Form tutorial page.
See also
Related topics
File
- modules/
examples/ form_example/ form_example_tutorial.inc, line 31 - This is the Form API Tutorial, originally from the Backdrop handbook.
Code
function form_example_tutorial() {
return t('This is a set of 10 form tutorials tied to the <a href="http://DOCUMENTATION_PENDING/node/262422">Backdrop handbook</a>. The same Backdrop code works essentially unmodified in Backdrop.');
}