You are here

public function ParagraphSetSettingsForm::getFormId in Paragraphs frontend ui 8

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

src/Form/ParagraphSetSettingsForm.php, line 21

Class

ParagraphSetSettingsForm
Class ParagraphSetSettingsForm.

Namespace

Drupal\paragraphs_frontend_ui\Form

Code

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