You are here

public function FieldImage::appliesToFieldFormatter in Lightgallery 8

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

Overrides FieldBase::appliesToFieldFormatter

File

src/Field/FieldImage.php, line 15

Class

FieldImage
Field image.

Namespace

Drupal\lightgallery\Field

Code

public function appliesToFieldFormatter() {
  return FALSE;
}