function ViewsExposedForm::getFormId
Same name in other branches
- 9 core/modules/views/src/Form/ViewsExposedForm.php \Drupal\views\Form\ViewsExposedForm::getFormId()
- 8.9.x core/modules/views/src/Form/ViewsExposedForm.php \Drupal\views\Form\ViewsExposedForm::getFormId()
- 11.x core/modules/views/src/Form/ViewsExposedForm.php \Drupal\views\Form\ViewsExposedForm::getFormId()
Overrides FormInterface::getFormId
File
-
core/
modules/ views/ src/ Form/ ViewsExposedForm.php, line 63
Class
- ViewsExposedForm
- Provides the views exposed form.
Namespace
Drupal\views\FormCode
public function getFormId() {
return 'views_exposed_form';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.