You are here

public function ViewsBuilderPluginInterface::buildConfigurationForm in Views Templates 8

Return form elements of extra configuration when adding View from template.

Parameters

array $form: The form in array.

\Drupal\Core\Form\FormStateInterface $form_state: The values from the form.

Return value

mixed Returns empty array.

1 method overrides ViewsBuilderPluginInterface::buildConfigurationForm()
ViewsBuilderBase::buildConfigurationForm in src/Plugin/ViewsBuilderBase.php
Return form elements of extra configuration when adding View from template.

File

src/Plugin/ViewsBuilderPluginInterface.php, line 70

Class

ViewsBuilderPluginInterface
Creates a common interface for Views Builder classes.

Namespace

Drupal\views_templates\Plugin

Code

public function buildConfigurationForm(array $form, FormStateInterface $form_state);