LoggingForm::getFormId

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';
}
doc_Drupal
2016-10-29 09:25:06
Comments
Leave a Comment

Please login to continue.