public function DrupalSliderViewsField::validateOptionsForm in Drupal Slider 8
Same name and namespace in other branches
- 8.2 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\fieldCode
public function validateOptionsForm(&$form, FormStateInterface $form_state) {
}