function ViewsExposedForm::create

Overrides FormBase::create

File

core/modules/views/src/Form/ViewsExposedForm.php, line 53

Class

ViewsExposedForm
Provides the views exposed form.

Namespace

Drupal\views\Form

Code

public static function create(ContainerInterface $container) {
  return new static($container->get('views.exposed_form_cache'), $container->get('path.current'));
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.