You are here

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\Form

Code

public function getFormId() {
  return 'CacheflushEntity_settings';
}