You are here

service oembed.consumer in oEmbed 8

Class

Bangpound\oEmbed\Consumer
4 string references to oembed.consumer
FilterOEmbed::create in src/Plugin/Filter/FilterOEmbed.php
Creates an instance of the plugin.
oEmbed::create in src/Element/oEmbed.php
Creates an instance of the plugin.
oEmbedLinkFormatter::create in src/Plugin/Field/FieldFormatter/oEmbedLinkFormatter.php
Creates an instance of the plugin.
oembed_get_data in ./oembed.module
Fetch data for an embeddable URL.

File

./oembed.services.yml
oembed.services.yml

View source
  1. class: Bangpound\oEmbed\Consumer
  2. arguments:
  3. - '@http_client'
  4. - '@oembed.provider.delegating'
  5. - '@oembed.serializer'
  6. - '@oembed.format_negotiator'