You are here

public function KanbanLogSettingsForm::getFormId in Content Planner 8

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

modules/content_kanban/src/Form/KanbanLogSettingsForm.php, line 21

Class

KanbanLogSettingsForm
Class KanbanLogSettingsForm.

Namespace

Drupal\content_kanban\Form

Code

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