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