You are here

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

Getter method for common gallery settings.

Return value

array Returns an associative array of common gallery settings.

Overrides JuiceboxGalleryDrupalInterface::getSettings

File

includes/JuiceboxGalleryDrupal.inc, line 79
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 getSettings() {
  return $this->settings;
}