You are here

public function StylePluginBase::wizardForm in Drupal 8

Same name and namespace in other branches
  1. 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\style

Code

public function wizardForm(&$form, FormStateInterface $form_state, $type) {
}