Issue #1182954 by barbi: Fixed drupal_build_form() - return value doc is incorrect.

8.0.x
webchick 2011-07-07 17:15:30 -07:00
parent 2ca61b05a3
commit 32aad4c240
1 changed files with 2 additions and 1 deletions

View File

@ -272,7 +272,8 @@ function drupal_get_form($form_id) {
* form submission may be found in drupal_redirect_form(). * form submission may be found in drupal_redirect_form().
* *
* @return * @return
* The rendered form or NULL, depending upon the $form_state flags that were set. * The rendered form. This function may also perform a redirect and hence may
* not return at all, depending upon the $form_state flags that were set.
* *
* @see drupal_redirect_form() * @see drupal_redirect_form()
*/ */