You are here

public function FieldThumbImageStyle::appliesToViews in Lightgallery 8

Returns where the field has to be rendered in view settings.

Overrides FieldBase::appliesToViews

File

src/Field/FieldThumbImageStyle.php, line 15

Class

FieldThumbImageStyle
Field thumb image style.

Namespace

Drupal\lightgallery\Field

Code

public function appliesToViews() {
  return FALSE;
}