You are here

public function PhotosImageInterface::setDescription in Album Photos 8.5

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

Sets the image description.

Parameters

string $description: The image description.

Return value

$this The called image entity.

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

File

src/PhotosImageInterface.php, line 70

Class

PhotosImageInterface
Provides an interface defining a photos image entity.

Namespace

Drupal\photos

Code

public function setDescription($description);