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
Namespace
Drupal\oembed\FormCode
public function getFormId() {
return 'oembed_test';
}