You are here

public function LoggingForm::getFormId in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/system/src/Form/LoggingForm.php \Drupal\system\Form\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 21
Contains \Drupal\system\Form\LoggingForm.

Class

LoggingForm
Configure logging settings for this site.

Namespace

Drupal\system\Form

Code

public function getFormId() {
  return 'system_logging_settings';
}