You are here

public function JuiceboxGalleryDrupalInterface::confBaseForm in Juicebox HTML5 Responsive Image Galleries 7.2

Get common elements for Juicebox configuration forms.

Several Juicebox gallery types can share common options and structures. These can be merged into the appropriate forms via a call to this method.

Parameters

array $form: The Drupal form array that common elements should be added to.

array $settings: An associative array containing all the current settings for a Juicebox gallery (used to set default values).

Return value

array The common form elements merged within a form array.

1 method overrides JuiceboxGalleryDrupalInterface::confBaseForm()
JuiceboxGalleryDrupal::confBaseForm in includes/JuiceboxGalleryDrupal.inc
Get common elements for Juicebox configuration forms.

File

includes/JuiceboxGalleryDrupalInterface.inc, line 153
Interface definition for a Juicebox gallery that includes Drupal functionality.

Class

JuiceboxGalleryDrupalInterface
Interface definition for a Juicebox gallery that includes Drupal functionality.

Code

public function confBaseForm($form, $settings);