You are here

public function DatetimePopup::buildExposedForm in Date Popup 8

Render our chunk of the exposed filter form when selecting

You can override this if it doesn't do what you expect.

Overrides FilterPluginBase::buildExposedForm

File

src/DatetimePopup.php, line 18

Class

DatetimePopup
The datetime popup views filter plugin.

Namespace

Drupal\date_popup

Code

public function buildExposedForm(&$form, FormStateInterface $form_state) {
  parent::buildExposedForm($form, $form_state);
  $this
    ->applyDatePopupToForm($form);
}