public function JuiceboxGalleryInterface::renderEmbed in Juicebox HTML5 Responsive Image Galleries 8.2
Same name and namespace in other branches
- 8.3 src/JuiceboxGalleryInterface.php \Drupal\juicebox\JuiceboxGalleryInterface::renderEmbed()
Get the embed code for Juicebox gallery once images and options are added.
Return value
string Embed code markup describing a gallery.
1 method overrides JuiceboxGalleryInterface::renderEmbed()
- JuiceboxGallery::renderEmbed in src/
JuiceboxGallery.php - Get the embed code for Juicebox gallery once images and options are added.
File
- src/
JuiceboxGalleryInterface.php, line 204
Class
- JuiceboxGalleryInterface
- Interface definition for a Juicebox gallery.
Namespace
Drupal\juiceboxCode
public function renderEmbed();