public function CacheflushEntitySettingsForm::getFormId in CacheFlush 8
Returns a unique string identifying the form.
Return value
string The unique string identifying the form.
Overrides FormInterface::getFormId
File
- modules/
cacheflush_ui/ src/ Entity/ Form/ CacheflushEntitySettingsForm.php, line 23
Class
- CacheflushEntitySettingsForm
- Class CacheflushEntitySettingsForm.
Namespace
Drupal\cacheflush_ui\Entity\FormCode
public function getFormId() {
return 'CacheflushEntity_settings';
}