public function ContentLanguageSettingsForm::getFormId in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/language/src/Form/ContentLanguageSettingsForm.php \Drupal\language\Form\ContentLanguageSettingsForm::getFormId()
Returns a unique string identifying the form.
Return value
string The unique string identifying the form.
Overrides FormInterface::getFormId
File
- core/
modules/ language/ src/ Form/ ContentLanguageSettingsForm.php, line 51 - Contains \Drupal\language\Form\ContentLanguageSettingsForm.
Class
- ContentLanguageSettingsForm
- Configure the content language settings for this site.
Namespace
Drupal\language\FormCode
public function getFormId() {
return 'language_content_settings_form';
}