AddForm::getFormId

public 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 15

Class

AddForm
Provides the path add form.

Namespace

Drupal\path\Form

Code

1
2
3
public function getFormId() {
  return 'path_admin_add';
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.