You are here

public function DepthUpdateForm::getFormId in Taxonomy Term Depth 8

Same name and namespace in other branches
  1. 8.2 src/Form/DepthUpdateForm.php \Drupal\taxonomy_term_depth\Form\DepthUpdateForm::getFormId()

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

src/Form/DepthUpdateForm.php, line 23

Class

DepthUpdateForm

Namespace

Drupal\taxonomy_term_depth\Form

Code

public function getFormId() {
  return 'taxonomy_term_depth_update_form';
}