interface OEmbedInterface
Same name in other branches
- 9 core/modules/media/src/Plugin/media/Source/OEmbedInterface.php \Drupal\media\Plugin\media\Source\OEmbedInterface
- 10 core/modules/media/src/Plugin/media/Source/OEmbedInterface.php \Drupal\media\Plugin\media\Source\OEmbedInterface
- 11.x core/modules/media/src/Plugin/media/Source/OEmbedInterface.php \Drupal\media\Plugin\media\Source\OEmbedInterface
Defines additional functionality for source plugins that use oEmbed.
Hierarchy
- interface \Drupal\Component\Plugin\ConfigurableInterface; interface \Drupal\Component\Plugin\ConfigurablePluginInterface extends \Drupal\Component\Plugin\DependentPluginInterface; interface \Drupal\Component\Plugin\DependentPluginInterface; interface \Drupal\Component\Plugin\PluginInspectionInterface; interface \Drupal\Core\Plugin\PluginFormInterface
- interface \Drupal\media\MediaSourceInterface extends \Drupal\Component\Plugin\PluginInspectionInterface \Drupal\Component\Plugin\ConfigurableInterface \Drupal\Component\Plugin\DependentPluginInterface \Drupal\Component\Plugin\ConfigurablePluginInterface \Drupal\Core\Plugin\PluginFormInterface
- interface \Drupal\media\MediaSourceFieldConstraintsInterface extends \Drupal\media\MediaSourceInterface
- interface \Drupal\media\Plugin\media\Source\OEmbedInterface extends \Drupal\media\MediaSourceFieldConstraintsInterface
- interface \Drupal\media\MediaSourceFieldConstraintsInterface extends \Drupal\media\MediaSourceInterface
- interface \Drupal\media\MediaSourceInterface extends \Drupal\Component\Plugin\PluginInspectionInterface \Drupal\Component\Plugin\ConfigurableInterface \Drupal\Component\Plugin\DependentPluginInterface \Drupal\Component\Plugin\ConfigurablePluginInterface \Drupal\Core\Plugin\PluginFormInterface
Expanded class hierarchy of OEmbedInterface
All classes that implement OEmbedInterface
6 files declare their use of OEmbedInterface
- media.install in core/
modules/ media/ media.install - Install, uninstall and update hooks for Media module.
- media.module in core/
modules/ media/ media.module - Provides media items.
- OEmbedForm.php in core/
modules/ media_library/ src/ Form/ OEmbedForm.php - OEmbedFormatter.php in core/
modules/ media/ src/ Plugin/ Field/ FieldFormatter/ OEmbedFormatter.php - OEmbedResourceConstraintValidator.php in core/
modules/ media/ src/ Plugin/ Validation/ Constraint/ OEmbedResourceConstraintValidator.php
File
-
core/
modules/ media/ src/ Plugin/ media/ Source/ OEmbedInterface.php, line 10
Namespace
Drupal\media\Plugin\media\SourceView source
interface OEmbedInterface extends MediaSourceFieldConstraintsInterface {
/**
* Returns the oEmbed provider names.
*
* The allowed providers can be configured by the user. If it is not
* configured, all providers supported by the plugin are returned.
*
* @return string[]
* A list of oEmbed provider names.
*/
public function getProviders();
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overrides |
---|---|---|---|---|
ConfigurableInterface::defaultConfiguration | public | function | Gets default configuration for this plugin. | 14 |
ConfigurableInterface::getConfiguration | public | function | Gets this plugin's configuration. | 14 |
ConfigurableInterface::setConfiguration | public | function | Sets the configuration for this plugin instance. | 14 |
DependentPluginInterface::calculateDependencies | public | function | Calculates dependencies for the configured plugin. | 21 |
MediaSourceFieldConstraintsInterface::getSourceFieldConstraints | public | function | Gets media source-specific validation constraints for a source field. | 2 |
MediaSourceInterface::createSourceField | public | function | Creates the source field definition for a type. | 1 |
MediaSourceInterface::getMetadata | public | function | Gets the value for a metadata attribute for a given media item. | 1 |
MediaSourceInterface::getMetadataAttributes | public | function | Gets a list of metadata attributes provided by this plugin. | 3 |
MediaSourceInterface::getSourceFieldDefinition | public | function | Get the source field definition for a media type. | 1 |
MediaSourceInterface::getSourceFieldValue | public | function | Get the primary value stored in the source field. | 1 |
MediaSourceInterface::METADATA_FIELD_EMPTY | constant | Default empty value for metadata fields. | ||
MediaSourceInterface::prepareFormDisplay | public | function | Prepares the media type fields for this source in the form display. | 1 |
MediaSourceInterface::prepareViewDisplay | public | function | Prepares the media type fields for this source in the view display. | 1 |
OEmbedInterface::getProviders | public | function | Returns the oEmbed provider names. | 1 |
PluginFormInterface::buildConfigurationForm | public | function | Form constructor. | 32 |
PluginFormInterface::submitConfigurationForm | public | function | Form submission handler. | 31 |
PluginFormInterface::validateConfigurationForm | public | function | Form validation handler. | 17 |
PluginInspectionInterface::getPluginDefinition | public | function | Gets the definition of the plugin implementation. | 6 |
PluginInspectionInterface::getPluginId | public | function | Gets the plugin_id of the plugin instance. | 2 |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.