You are here

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

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

Sets the image title.

Parameters

string $title: The image title.

Return value

$this The called image entity.

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

File

src/PhotosImageInterface.php, line 51

Class

PhotosImageInterface
Provides an interface defining a photos image entity.

Namespace

Drupal\photos

Code

public function setTitle($title);