You are here

public function ImageDTO::getPath in PhotoSwipe 3.x

Get the path.

Return value

string Path.

File

src/ImageDTO.php, line 247

Class

ImageDTO
Contains image item.

Namespace

Drupal\photoswipe

Code

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