FileSystemForm::getFormId

public FileSystemForm::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/FileSystemForm.php, line 64

Class

FileSystemForm
Configure file system settings for this site.

Namespace

Drupal\system\Form

Code

public function getFormId() {
  return 'system_file_system_settings';
}
doc_Drupal
2016-10-29 09:13:54
Comments
Leave a Comment

Please login to continue.