forum_form_container

Functions that call forum_form_container()

Namesort iconLocationDescription
forum_form_containermodules/forum.moduleReturns a form for adding a container to the forum vocabulary

Functions called by forum_form_container()

Namesort iconLocationDescription
drupal_get_formincludes/form.incProcesses a form array and produces the HTML output of a form. If there is input in the $_POST['edit'] variable, this function will attempt to validate it, using drupal_validate_form(), and then submit the form using drupal_submit_form().
forum_form_containermodules/forum.moduleReturns a form for adding a container to the forum vocabulary
tincludes/common.incTranslate strings to the current locale.
_forum_confirm_deletemodules/forum.moduleReturns a confirmation page for deleting a forum taxonomy term.
_forum_get_vidmodules/forum.moduleReturns the vocabulary id for forum navigation.
_forum_parent_selectmodules/forum.moduleReturns a select box for available parent terms
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.