You are here

public function SettingsForm::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/SettingsForm.php, line 33
Contains \Drupal\oembed\Form\SettingsForm.

Class

SettingsForm

Namespace

Drupal\oembed\Form

Code

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