public function FieldLightgalleryImageStyle::appliesToViews in Lightgallery 8
Returns where the field has to be rendered in view settings.
Overrides FieldBase::appliesToViews
File
- src/
Field/ FieldLightgalleryImageStyle.php, line 15
Class
- FieldLightgalleryImageStyle
- Field light gallery image style.
Namespace
Drupal\lightgallery\FieldCode
public function appliesToViews() {
return FALSE;
}