ViewsExposedForm::getFormId

public 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 45

Class

ViewsExposedForm
Provides the views exposed form.

Namespace

Drupal\views\Form

Code

public function getFormId() {
  return 'views_exposed_form';
}
doc_Drupal
2016-10-29 09:55:14
Comments
Leave a Comment

Please login to continue.