You are here

public function SandboxForm::getFormId in oEmbed 8

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

src/Form/SandboxForm.php, line 18

Class

SandboxForm

Namespace

Drupal\oembed\Form

Code

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