You are here

public function PhotosImageInterface::getTitle in Album Photos 6.0.x

Same name and namespace in other branches
  1. 8.5 src/PhotosImageInterface.php \Drupal\photos\PhotosImageInterface::getTitle()

Gets the image title.

Return value

string Title of the image.

1 method overrides PhotosImageInterface::getTitle()
PhotosImage::getTitle in src/Entity/PhotosImage.php
Gets the image title.

File

src/PhotosImageInterface.php, line 40

Class

PhotosImageInterface
Provides an interface defining a photos image entity.

Namespace

Drupal\photos

Code

public function getTitle();