You are here

public function BlazyOEmbed::imageFactory in Blazy 8.2

Returns the image factory.

File

src/BlazyOEmbed.php, line 120

Class

BlazyOEmbed
Provides OEmbed integration.

Namespace

Drupal\blazy

Code

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