public function EditForm::getFormId in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/path/src/Form/EditForm.php \Drupal\path\Form\EditForm::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/ EditForm.php, line 21 - Contains \Drupal\path\Form\EditForm.
Class
- EditForm
- Provides the path edit form.
Namespace
Drupal\path\FormCode
public function getFormId() {
return 'path_admin_edit';
}