public function TestEmbeddedEntityForm::getFormId

File

paragraphs/tests/modules/paragraphs_test/src/Form/TestEmbeddedEntityForm.php, line 49

Class

TestEmbeddedEntityForm
A class to build a form that embeds a content entity form.

Namespace

Drupal\paragraphs_test\Form

Code

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