You are here

public function ResponsiveImage::get in Image Lazyloader 8

File

src/ResponsiveImage.php, line 37

Class

ResponsiveImage
Class ResponsiveImage.

Namespace

Drupal\lazyloader

Code

public function get($id) {
  return $this->images[$id];
}