public function ViewsExposedForm::getFormId in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/views/src/Form/ViewsExposedForm.php \Drupal\views\Form\ViewsExposedForm::getFormId()
Returns a unique string identifying the form.
Return value
string The unique string identifying the form.
Overrides FormInterface::getFormId
File
- core/
modules/ views/ src/ Form/ ViewsExposedForm.php, line 49 - Contains \Drupal\views\Form\ViewsExposedForm.
Class
- ViewsExposedForm
- Provides the views exposed form.
Namespace
Drupal\views\FormCode
public function getFormId() {
return 'views_exposed_form';
}