You are here

public function OEmbedForm::getFormId in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/media_library/src/Form/OEmbedForm.php \Drupal\media_library\Form\OEmbedForm::getFormId()
  2. 9 core/modules/media_library/src/Form/OEmbedForm.php \Drupal\media_library\Form\OEmbedForm::getFormId()

File

core/modules/media_library/src/Form/OEmbedForm.php, line 75

Class

OEmbedForm
Creates a form to create media entities from oEmbed URLs.

Namespace

Drupal\media_library\Form

Code

public function getFormId() {
  return $this
    ->getBaseFormId() . '_oembed';
}