public TranslateFilterForm::getFormId()
Returns a unique string identifying the form.
Return value
string The unique string identifying the form.
Overrides FormInterface::getFormId
File
- core/modules/locale/src/Form/TranslateFilterForm.php, line 15
Class
- TranslateFilterForm
- Provides a filtered translation edit form.
Namespace
Drupal\locale\Form
Code
public function getFormId() { return 'locale_translate_filter_form'; }
Please login to continue.