Calling all Drupal developers!
Help us get this on the first page of Digg. DIGG NOW!
Help us get this on the first page of Digg. DIGG NOW!
drupal_build_form($form_id, &$form_state)
contributions/views/views.module, line 1005
Views' replacement for drupal_get_form so that we can do more with less.
Items that can be set on the form_state include:
<?php
function drupal_build_form($form_id, &$form_state) {
views_include('form');
return _drupal_build_form($form_id, $form_state);
}
?>