function OEmbedForm::getFormId
Same name in other branches
- 9 core/modules/media_library/src/Form/OEmbedForm.php \Drupal\media_library\Form\OEmbedForm::getFormId()
- 8.9.x core/modules/media_library/src/Form/OEmbedForm.php \Drupal\media_library\Form\OEmbedForm::getFormId()
- 10 core/modules/media_library/src/Form/OEmbedForm.php \Drupal\media_library\Form\OEmbedForm::getFormId()
Overrides FormInterface::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\FormCode
public function getFormId() {
return $this->getBaseFormId() . '_oembed';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.