Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
OEmbed::prepareViewDisplay function core/modules/media/src/Plugin/media/Source/OEmbed.php Prepares the media type fields for this source in the view display.
OEmbed::submitConfigurationForm function core/modules/media/src/Plugin/media/Source/OEmbed.php Form submission handler.
OEmbed::validateConfigurationForm function core/modules/media/src/Plugin/media/Source/OEmbed.php Form validation handler.
OEmbed::__construct function core/modules/media/src/Plugin/media/Source/OEmbed.php Constructs a new OEmbed instance.
OEmbedDeriver class core/modules/media/src/Plugin/media/Source/OEmbedDeriver.php Derives media source plugin definitions for supported oEmbed providers.
OEmbedDeriver.php file core/modules/media/src/Plugin/media/Source/OEmbedDeriver.php
OEmbedDeriver::getDerivativeDefinitions function core/modules/media/src/Plugin/media/Source/OEmbedDeriver.php Gets the definition of all derivatives of a base plugin.
OEmbedFieldWidgetTest class core/modules/media/tests/src/Functional/FieldWidget/OEmbedFieldWidgetTest.php Tests OEmbed Field Widget.
OEmbedFieldWidgetTest.php file core/modules/media/tests/src/Functional/FieldWidget/OEmbedFieldWidgetTest.php
OEmbedFieldWidgetTest::$defaultTheme property core/modules/media/tests/src/Functional/FieldWidget/OEmbedFieldWidgetTest.php The theme to install as the default for testing.
OEmbedFieldWidgetTest::testFieldWidgetHelpText function core/modules/media/tests/src/Functional/FieldWidget/OEmbedFieldWidgetTest.php Tests that the oEmbed field widget shows the configured help text.
OEmbedForm class core/modules/media_library/src/Form/OEmbedForm.php Creates a form to create media entities from oEmbed URLs.
OEmbedForm.php file core/modules/media_library/src/Form/OEmbedForm.php
OEmbedForm::$resourceFetcher property core/modules/media_library/src/Form/OEmbedForm.php The oEmbed resource fetcher service.
OEmbedForm::$urlResolver property core/modules/media_library/src/Form/OEmbedForm.php The oEmbed URL resolver service.
OEmbedForm::addButtonSubmit function core/modules/media_library/src/Form/OEmbedForm.php Submit handler for the add button.
OEmbedForm::buildInputElement function core/modules/media_library/src/Form/OEmbedForm.php
OEmbedForm::create function core/modules/media_library/src/Form/OEmbedForm.php
OEmbedForm::getFormId function core/modules/media_library/src/Form/OEmbedForm.php
OEmbedForm::getMediaType function core/modules/media_library/src/Form/OEmbedForm.php
OEmbedForm::validateUrl function core/modules/media_library/src/Form/OEmbedForm.php Validates the oEmbed URL.
OEmbedForm::__construct function core/modules/media_library/src/Form/OEmbedForm.php Constructs a new OEmbedForm.
OEmbedFormatter class core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php Plugin implementation of the 'oembed' formatter.
OEmbedFormatter.php file core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php
OEmbedFormatter::$config property core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php The media settings config.
OEmbedFormatter::$iFrameUrlHelper property core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php The iFrame URL helper service.
OEmbedFormatter::$logger property core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php The logger service.
OEmbedFormatter::$messenger property core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php The messenger service.
OEmbedFormatter::$resourceFetcher property core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php The oEmbed resource fetcher.
OEmbedFormatter::$urlResolver property core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php The oEmbed URL resolver service.
OEmbedFormatter::defaultSettings function core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php Defines the default settings for this plugin.
OEmbedFormatter::isApplicable function core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php Returns if the formatter can be used for the provided field.
OEmbedFormatter::settingsForm function core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php Returns a form to configure settings for the formatter.
OEmbedFormatter::settingsSummary function core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php Returns a short summary for the current formatter settings.
OEmbedFormatter::viewElements function core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php Builds a renderable array for a field value.
OEmbedFormatter::__construct function core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php Constructs an OEmbedFormatter instance.
OEmbedFormatterTest class core/modules/media/tests/src/Functional/FieldFormatter/OEmbedFormatterTest.php Tests OEmbed Formatter.
OEmbedFormatterTest.php file core/modules/media/tests/src/Functional/FieldFormatter/OEmbedFormatterTest.php
OEmbedFormatterTest::$defaultTheme property core/modules/media/tests/src/Functional/FieldFormatter/OEmbedFormatterTest.php The theme to install as the default for testing.
OEmbedFormatterTest::$modules property core/modules/media/tests/src/Functional/FieldFormatter/OEmbedFormatterTest.php Modules to install.
OEmbedFormatterTest::providerRender function core/modules/media/tests/src/Functional/FieldFormatter/OEmbedFormatterTest.php Data provider for testRender().
OEmbedFormatterTest::setUp function core/modules/media/tests/src/Functional/FieldFormatter/OEmbedFormatterTest.php
OEmbedFormatterTest::testDisplayConfiguration function core/modules/media/tests/src/Functional/FieldFormatter/OEmbedFormatterTest.php Tests that oEmbed media types' display can be configured correctly.
OEmbedFormatterTest::testRender function core/modules/media/tests/src/Functional/FieldFormatter/OEmbedFormatterTest.php Tests the oEmbed field formatter.
OEmbedIframeController class core/modules/media/src/Controller/OEmbedIframeController.php Controller which renders an oEmbed resource in a bare page (without blocks).
OEmbedIframeController.php file core/modules/media/src/Controller/OEmbedIframeController.php
OEmbedIframeController::$iFrameUrlHelper property core/modules/media/src/Controller/OEmbedIframeController.php The iFrame URL helper service.
OEmbedIframeController::$logger property core/modules/media/src/Controller/OEmbedIframeController.php The logger channel.
OEmbedIframeController::$renderer property core/modules/media/src/Controller/OEmbedIframeController.php The renderer service.
OEmbedIframeController::$resourceFetcher property core/modules/media/src/Controller/OEmbedIframeController.php The oEmbed resource fetcher service.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.