You are here

public function DrupalSliderViewsField::validateOptionsForm in Drupal Slider 8.2

Same name and namespace in other branches
  1. 8 src/Plugin/views/field/DrupalSliderViewsField.php \Drupal\drupal_slider\Plugin\views\field\DrupalSliderViewsField::validateOptionsForm()

Validate the options form.

Overrides PluginBase::validateOptionsForm

File

src/Plugin/views/field/DrupalSliderViewsField.php, line 101

Class

DrupalSliderViewsField
Field handler for Drupal Slider.

Namespace

Drupal\drupal_slider\Plugin\views\field

Code

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