EditForm::getFormId

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';
}
doc_Drupal
2016-10-29 09:03:35
Comments
Leave a Comment

Please login to continue.