You are here

protected function AdministrativeArea::showValueForm in Address 8

Shortcut to display the value form.

Overrides FilterPluginBase::showValueForm

File

src/Plugin/views/filter/AdministrativeArea.php, line 355

Class

AdministrativeArea
Filter by administrative area.

Namespace

Drupal\address\Plugin\views\filter

Code

protected function showValueForm(&$form, FormStateInterface $form_state) {
  $this
    ->valueForm($form, $form_state);
  $form['value']['#prefix'] = '<div id="admin-area-value-options-ajax-wrapper">';
  $form['value']['#suffix'] = '</div>';
}