WizardInterface
interface WizardInterface (View source)
Defines a common interface for Views Wizard plugins.
Methods
array
buildForm(array $form, FormStateInterface $form_state)
Form callback to build other elements in the "show" form.
array
createView(array $form, FormStateInterface $form_state)
Creates a view from values that have already been validated.
Details
array
buildForm(array $form, FormStateInterface $form_state)
Form callback to build other elements in the "show" form.
This method builds all form elements beside of the selection of the base table.
array
validateView(array $form, FormStateInterface $form_state)
Validate form and values.
ViewEntityInterface
createView(array $form, FormStateInterface $form_state)
Creates a view from values that have already been validated.