You are here

public function StatisticsSettingsForm::getFormId in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/statistics/src/StatisticsSettingsForm.php \Drupal\statistics\StatisticsSettingsForm::getFormId()

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

core/modules/statistics/src/StatisticsSettingsForm.php, line 54
Contains \Drupal\statistics\StatisticsSettingsForm.

Class

StatisticsSettingsForm
Configure statistics settings for this site.

Namespace

Drupal\statistics

Code

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