You are here

public function JuiceboxGalleryDrupal::getIdArgs in Juicebox HTML5 Responsive Image Galleries 7.2

Getter method for the id args that describe this gallery.

Return value

array Returns an indexed array of id args.

Overrides JuiceboxGalleryDrupalInterface::getIdArgs

File

includes/JuiceboxGalleryDrupal.inc, line 72
Class to extend a JuiceboxGalleryDecorator object with Drupal-specific logic and structures.

Class

JuiceboxGalleryDrupal
Class to extend a JuiceboxGalleryDecorator object with Drupal-specific logic and structures.

Code

public function getIdArgs() {
  return $this->idArgs;
}