public function FieldBase::appliesToViews in Lightgallery 8
Returns where the field has to be rendered in view settings.
Overrides FieldInterface::appliesToViews
3 methods override FieldBase::appliesToViews()
- FieldLightgalleryImageStyle::appliesToViews in src/
Field/ FieldLightgalleryImageStyle.php - Returns where the field has to be rendered in view settings.
- FieldThumbImageStyle::appliesToViews in src/
Field/ FieldThumbImageStyle.php - Returns where the field has to be rendered in view settings.
- FieldTitleSource::appliesToViews in src/
Field/ FieldTitleSource.php - Returns where the field has to be rendered in view settings.
File
- src/
Field/ FieldBase.php, line 85
Class
- FieldBase
- Field base.
Namespace
Drupal\lightgallery\FieldCode
public function appliesToViews() {
return TRUE;
}