You are here

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

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.

2 methods override JuiceboxGalleryInterface::getChecksum()
JuiceboxGallery::getChecksum in includes/JuiceboxGallery.inc
Get a gallery checksum.
JuiceboxGalleryDecorator::getChecksum in includes/JuiceboxGalleryDecorator.inc
Get a gallery checksum.

File

includes/JuiceboxGalleryInterface.inc, line 179
Interface definition for a Juicebox gallery.

Class

JuiceboxGalleryInterface
Interface definition for a Juicebox gallery.

Code

public function getChecksum();