You are here

public function JuiceboxGalleryInterface::getChecksum in Juicebox HTML5 Responsive Image Galleries 8.2

Same name and namespace in other branches
  1. 8.3 src/JuiceboxGalleryInterface.php \Drupal\juicebox\JuiceboxGalleryInterface::getChecksum()

Get a gallery checksum.

Return value

string An md5 hash of the image and option data that can be used to validate the uniqueness of this gallery's data and settings.

1 method overrides JuiceboxGalleryInterface::getChecksum()
JuiceboxGallery::getChecksum in src/JuiceboxGallery.php
Get a gallery checksum.

File

src/JuiceboxGalleryInterface.php, line 181

Class

JuiceboxGalleryInterface
Interface definition for a Juicebox gallery.

Namespace

Drupal\juicebox

Code

public function getChecksum();