You are here

public function BlazyOEmbed::getResourceFetcher in Blazy 8.2

Returns the Media oEmbed resource fecther.

File

src/BlazyOEmbed.php, line 99

Class

BlazyOEmbed
Provides OEmbed integration.

Namespace

Drupal\blazy

Code

public function getResourceFetcher() {
  return $this->resourceFetcher;
}