public function JuiceboxFormatterInterface::getGlobalSettings in Juicebox HTML5 Responsive Image Galleries 8.3
Same name and namespace in other branches
- 8.2 src/JuiceboxFormatterInterface.php \Drupal\juicebox\JuiceboxFormatterInterface::getGlobalSettings()
Getter method for common global settings.
Return value
array Returns an associative array of global gallery settings.
1 method overrides JuiceboxFormatterInterface::getGlobalSettings()
- JuiceboxFormatter::getGlobalSettings in src/
JuiceboxFormatter.php - Getter method for common global settings.
File
- src/
JuiceboxFormatterInterface.php, line 32
Class
- JuiceboxFormatterInterface
- Interface definition for a Juicebox Formatter service.
Namespace
Drupal\juiceboxCode
public function getGlobalSettings();