function WizardInterface::buildForm
Same name in other branches
- 9 core/modules/views/src/Plugin/views/wizard/WizardInterface.php \Drupal\views\Plugin\views\wizard\WizardInterface::buildForm()
- 8.9.x core/modules/views/src/Plugin/views/wizard/WizardInterface.php \Drupal\views\Plugin\views\wizard\WizardInterface::buildForm()
- 10 core/modules/views/src/Plugin/views/wizard/WizardInterface.php \Drupal\views\Plugin\views\wizard\WizardInterface::buildForm()
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.
\Drupal\Core\Form\FormStateInterface $form_state: The current state of the wizard form.
Return value
array Returns the changed wizard form.
1 method overrides WizardInterface::buildForm()
- WizardPluginBase::buildForm in core/
modules/ views/ src/ Plugin/ views/ wizard/ WizardPluginBase.php - Form callback to build other elements in the "show" form.
File
-
core/
modules/ views/ src/ Plugin/ views/ wizard/ WizardInterface.php, line 28
Class
- WizardInterface
- Defines a common interface for Views Wizard plugins.
Namespace
Drupal\views\Plugin\views\wizardCode
public function buildForm(array $form, FormStateInterface $form_state);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.