function WizardInterface::build_form in Views (for Drupal 7) 8.3
Form callback to build other elements in the "show" form.
This method builds all form elements beside of the selection of the base table.
Parameters
array $form: The full wizard form array.
array $form_state: The current state of the wizard form.
Return value
array Returns the changed wizard form.
1 method overrides WizardInterface::build_form()
- WizardPluginBase::build_form in lib/
Drupal/ views/ Plugin/ views/ wizard/ WizardPluginBase.php - Implements Drupal\views\Plugin\views\wizard\WizardInterface::build_form().
File
- lib/
Drupal/ views/ Plugin/ views/ wizard/ WizardInterface.php, line 29 - Definition of Drupal\views\Plugin\views\wizard\WizardInterface.
Class
- WizardInterface
- Defines a common interface for Views Wizard plugins.
Namespace
Drupal\views\Plugin\views\wizardCode
function build_form(array $form, array &$form_state);