You are here

public function SettingsForm::getFormID in PHPExcel 8.3

File

src/Form/SettingsForm.php, line 23

Class

SettingsForm
Configure phpexcel settings.

Namespace

Drupal\phpexcel\Form

Code

public function getFormID() {
  return 'phpexcel_settings_form';
}