protected function FieldScale::setOptions in Lightgallery 8
Sets options.
Overrides FieldBase::setOptions
File
- src/
Field/ FieldScale.php, line 22
Class
- FieldScale
- Field scale.
Namespace
Drupal\lightgallery\FieldCode
protected function setOptions() {
return [
'Drupal\\lightgallery\\Manager\\LightgalleryManager',
'getScaleOptions',
];
}