public LoggingForm::getFormId()
Returns a unique string identifying the form.
Return value
string The unique string identifying the form.
Overrides FormInterface::getFormId
File
- core/modules/system/src/Form/LoggingForm.php, line 16
Class
- LoggingForm
- Configure logging settings for this site.
Namespace
Drupal\system\Form
Code
public function getFormId() { return 'system_logging_settings'; }
Please login to continue.