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\photoswipeCode
public function getPath() {
return $this->path;
}