You are here

public function BlazyEntity::oembed in Blazy 8.2

Returns the blazy oembed service.

File

src/BlazyEntity.php, line 50

Class

BlazyEntity
Provides common entity utilities to work with field details.

Namespace

Drupal\blazy

Code

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