You are here

public function PhotosImageInterface::getFormat in Album Photos 8.5

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

Gets the text format name for the image description.

Return value

string The text format name.

1 method overrides PhotosImageInterface::getFormat()
PhotosImage::getFormat in src/Entity/PhotosImage.php
Gets the text format name for the image description.

File

src/PhotosImageInterface.php, line 78

Class

PhotosImageInterface
Provides an interface defining a photos image entity.

Namespace

Drupal\photos

Code

public function getFormat();