public function ViewsAttachLibraryDisplayExtender::validateOptionsForm in Views Attach Library 8
Same name and namespace in other branches
- 8.x src/Plugin/views/display_extender/ViewsAttachLibraryDisplayExtender.php \Drupal\views_attach_library\Plugin\views\display_extender\ViewsAttachLibraryDisplayExtender::validateOptionsForm()
- 2.0.x src/Plugin/views/display_extender/ViewsAttachLibraryDisplayExtender.php \Drupal\views_attach_library\Plugin\views\display_extender\ViewsAttachLibraryDisplayExtender::validateOptionsForm()
Validate the options form.
Overrides DisplayExtenderPluginBase::validateOptionsForm
File
- src/
Plugin/ views/ display_extender/ ViewsAttachLibraryDisplayExtender.php, line 44
Class
- ViewsAttachLibraryDisplayExtender
- Views Attach Library display extender plugin.
Namespace
Drupal\views_attach_library\Plugin\views\display_extenderCode
public function validateOptionsForm(&$form, FormStateInterface $form_state) {
}