public function DepthUpdateForm::getFormId in Taxonomy Term Depth 8
Same name and namespace in other branches
- 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
Namespace
Drupal\taxonomy_term_depth\FormCode
public function getFormId() {
return 'taxonomy_term_depth_update_form';
}