drupal_build_form |
function |
core/includes/drupal.inc |
Builds and processes a form for a given form ID. |
backdrop_build_form |
function |
core/includes/form.inc |
Builds and processes a form for a given form ID. |
drupal_rebuild_form |
function |
core/includes/drupal.inc |
Constructs a new $form from the information in $form_state. |
backdrop_rebuild_form |
function |
core/includes/form.inc |
Constructs a new $form from the information in $form_state. |
views_ui_build_form_url |
function |
core/modules/views_ui/views_ui.admin.inc |
Backwards compatible wrapper function for views_ui_build_form_path(). |
views_ui_build_form_path |
function |
core/modules/views_ui/views_ui.admin.inc |
Create the menu path for one of our standard AJAX forms based upon known
information about the form. |
views_ui_build_form_state |
function |
core/modules/views_ui/views_ui.admin.inc |
Build up a $form_state object suitable for use with backdrop_build_form
based on known information about a form. |
filter_format_build_format |
function |
core/modules/filter/filter.module |
Builds a text format object from initial values. |
ViewsWizardInterface::build_form |
function |
core/modules/views_ui/wizards/views_ui_base_views_wizard.php |
For AJAX callbacks to build other elements in the "show" form. |
ViewsUiBaseViewsWizard::build_form |
function |
core/modules/views_ui/wizards/views_ui_base_views_wizard.php |
For AJAX callbacks to build other elements in the "show" form. |
ViewsUiNodeViewsWizard::build_form_style |
function |
core/modules/views_ui/wizards/views_ui_node_views_wizard.php |
Build the part of the form that builds the display format options. |
ViewsUiBaseViewsWizard::build_form_style |
function |
core/modules/views_ui/wizards/views_ui_base_views_wizard.php |
Build the part of the form that builds the display format options. |
ViewsUiCommentViewsWizard::build_form_style |
function |
core/modules/views_ui/wizards/views_ui_comment_views_wizard.php |
Build the part of the form that builds the display format options. |