You are here

public function ImageDTO::getTitle in PhotoSwipe 3.x

Get image title.

Return value

string|null Image title.

File

src/ImageDTO.php, line 197

Class

ImageDTO
Contains image item.

Namespace

Drupal\photoswipe

Code

public function getTitle() {
  return $this->title;
}