public function JuiceboxFormatterInterface::runCommonBuild in Juicebox HTML5 Responsive Image Galleries 8.3
Same name and namespace in other branches
- 8.2 src/JuiceboxFormatterInterface.php \Drupal\juicebox\JuiceboxFormatterInterface::runCommonBuild()
Common post-build task.
Task that should take place whenever gallery of any type/source is built.
Parameters
Drupal\juicebox\JuiceboxGalleryInterface $gallery: An initialized Juicebox gallery object.
array $settings: An associative array of common gallery-specific settings.
mixed $data: Drupal source data that was used to build the gallery. This is included purely for reference.
1 method overrides JuiceboxFormatterInterface::runCommonBuild()
- JuiceboxFormatter::runCommonBuild in src/
JuiceboxFormatter.php - Common post-build task.
File
- src/
JuiceboxFormatterInterface.php, line 67
Class
- JuiceboxFormatterInterface
- Interface definition for a Juicebox Formatter service.
Namespace
Drupal\juiceboxCode
public function runCommonBuild(JuiceboxGalleryInterface $gallery, array $settings, $data = NULL);