You are here

public function DatexBef::buildOptionsForm in Datex 8

File

datex_bef/src/Plugin/views/exposed_form/DatexBef.php, line 13

Class

DatexBef
Adds date localization support to Bef.

Namespace

Drupal\datex_bef\Plugin\views\exposed_form

Code

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