Returns a unique string identifying the form.
Return value
string
The unique string identifying the form.
Overrides FormInterface::getFormID
File
- drupal/core/modules/system/lib/Drupal/system/Form/FileSystemForm.php, line 20
- Contains \Drupal\system\Form\FileSystemForm.
Class
- FileSystemForm
- Configure file system settings for this site.
Namespace
Drupal\system\Form
Code
public function getFormID() {
return 'system_file_system_settings';
}