public function StatisticsSettingsForm::getFormId in Zircon Profile 8
Same name and namespace in other branches
- 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\statisticsCode
public function getFormId() {
return 'statistics_settings_form';
}