You are here

public function ImageDTO::getItem in PhotoSwipe 3.x

Get item.

Return value

mixed Item.

File

src/ImageDTO.php, line 147

Class

ImageDTO
Contains image item.

Namespace

Drupal\photoswipe

Code

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