You are here

public function FieldThumbnail::appliesToFieldFormatter in Lightgallery 8

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

Overrides FieldBase::appliesToFieldFormatter

File

src/Field/FieldThumbnail.php, line 15

Class

FieldThumbnail
Field thumbnail.

Namespace

Drupal\lightgallery\Field

Code

public function appliesToFieldFormatter() {
  return FALSE;
}