You are here

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

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

Getter method for the gallery ID.

Return value

string Returns the id value set for the gallery.

1 method overrides JuiceboxGalleryInterface::getId()
JuiceboxGallery::getId in src/JuiceboxGallery.php
Getter method for the gallery ID.

File

src/JuiceboxGalleryInterface.php, line 29

Class

JuiceboxGalleryInterface
Interface definition for a Juicebox gallery.

Namespace

Drupal\juicebox

Code

public function getId();