You are here

public function CalendarSystemsBef::validateOptionsForm in Calendar Systems 8.3

File

calendar_systems_bef/src/Plugin/views/exposed_form/CalendarSystemsBef.php, line 17

Class

CalendarSystemsBef
Adds date localization support to Bef.

Namespace

Drupal\calendar_systems_bef\Plugin\views\exposed_form

Code

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