You are here

public function PathFilterForm::getFormId in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/path/src/Form/PathFilterForm.php \Drupal\path\Form\PathFilterForm::getFormId()

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

core/modules/path/src/Form/PathFilterForm.php, line 21
Contains \Drupal\path\Form\PathFilterForm.

Class

PathFilterForm
Provides the path admin overview filter form.

Namespace

Drupal\path\Form

Code

public function getFormId() {
  return 'path_admin_filter_form';
}