You are here

public function CalendarSystemsBef::buildOptionsForm in Calendar Systems 8.3

File

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

Class

CalendarSystemsBef
Adds date localization support to Bef.

Namespace

Drupal\calendar_systems_bef\Plugin\views\exposed_form

Code

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