You are here

public function JuiceboxFormatterInterface::confBaseOptions in Juicebox HTML5 Responsive Image Galleries 8.2

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

Get "base" values of common Drupal settings used to describe a gallery.

This is used for the management of default configuration values.

Return value

array An associative array of base/default configuration values.

1 method overrides JuiceboxFormatterInterface::confBaseOptions()
JuiceboxFormatter::confBaseOptions in src/JuiceboxFormatter.php
Get "base" values of common Drupal settings used to describe a gallery.

File

src/JuiceboxFormatterInterface.php, line 151

Class

JuiceboxFormatterInterface
Interface definition for a Juicebox Formatter service.

Namespace

Drupal\juicebox

Code

public function confBaseOptions();