public function GroupLightgalleryZoom::getOpenValue in Lightgallery 8
Returns value where "open" property is dependent to.
Overrides GroupBase::getOpenValue
File
- src/
Group/ GroupLightgalleryZoom.php, line 29
Class
- GroupLightgalleryZoom
- Group light gallery zoom.
Namespace
Drupal\lightgallery\GroupCode
public function getOpenValue() {
/** @var \Drupal\lightgallery\Field\FieldInterface $field */
$field = new FieldZoom();
return $field
->getName();
}