function StylePluginBase::wizardForm
Same name in other branches
- 9 core/modules/views/src/Plugin/views/style/StylePluginBase.php \Drupal\views\Plugin\views\style\StylePluginBase::wizardForm()
Provide a form in the views wizard if this style is selected.
Parameters
array $form: An associative array containing the structure of the form.
\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form.
string $type: The display type, either block or page.
File
-
core/
modules/ views/ src/ Plugin/ views/ style/ StylePluginBase.php, line 390
Class
- StylePluginBase
- Base class for views style plugins.
Namespace
Drupal\views\Plugin\views\styleCode
public function wizardForm(&$form, FormStateInterface $form_state, $type) {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.