function PathFilterForm::getFormId

Same name and namespace in other branches
  1. 9 core/modules/path/src/Form/PathFilterForm.php \Drupal\path\Form\PathFilterForm::getFormId()
  2. 8.9.x core/modules/path/src/Form/PathFilterForm.php \Drupal\path\Form\PathFilterForm::getFormId()
  3. 10 core/modules/path/src/Form/PathFilterForm.php \Drupal\path\Form\PathFilterForm::getFormId()

Overrides FormInterface::getFormId

File

core/modules/path/src/Form/PathFilterForm.php, line 18

Class

PathFilterForm
Provides the path admin overview filter form.

Namespace

Drupal\path\Form

Code

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

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