protected function FieldLightgalleryImageStyle::setOptions in Lightgallery 8
Sets options.
Overrides FieldBase::setOptions
File
- src/
Field/ FieldLightgalleryImageStyle.php, line 29
Class
- FieldLightgalleryImageStyle
- Field light gallery image style.
Namespace
Drupal\lightgallery\FieldCode
protected function setOptions() {
return [
'Drupal\\lightgallery\\Manager\\LightgalleryManager',
'getImageStyles',
];
}