public 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 16
Class
- EditForm
- Provides the path edit form.
Namespace
Drupal\path\Form
Code
public function getFormId() { return 'path_admin_edit'; }
Please login to continue.