You are here

public function BlazyManager::getImage in Blazy 8

Same name and namespace in other branches
  1. 8.2 src/BlazyManager.php \Drupal\blazy\BlazyManager::getImage()

Backported few cross-module methods to minimize mismatched branch issues.

File

src/BlazyManager.php, line 395

Class

BlazyManager
Implements a public facing blazy manager.

Namespace

Drupal\blazy

Code

public function getImage(array $build = []) {
  return $this
    ->getBlazy($build);
}