You are here

public function PhotosImageInterface::getDescription in Album Photos 8.5

Same name and namespace in other branches
  1. 6.0.x src/PhotosImageInterface.php \Drupal\photos\PhotosImageInterface::getDescription()

Gets the image description.

Return value

string The image description.

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

File

src/PhotosImageInterface.php, line 59

Class

PhotosImageInterface
Provides an interface defining a photos image entity.

Namespace

Drupal\photos

Code

public function getDescription();