function StylePluginBase::wizard_form in Views (for Drupal 7) 8.3
Provide a form in the views wizard if this style is selected.
Parameters
array $form: An associative array containing the structure of the form.
array $form_state: An associative array containing the current state of the form.
string $type: The display type, either block or page.
File
- lib/
Drupal/ views/ Plugin/ views/ style/ StylePluginBase.php, line 354 - Definition of Drupal\views\Plugin\views\style\StylePluginBase.
Class
- StylePluginBase
- Base class to define a style plugin handler.
Namespace
Drupal\views\Plugin\views\styleCode
function wizard_form(&$form, &$form_state, $type) {
}