You are here

public function FieldBase::appliesToFieldFormatter in Lightgallery 8

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

Overrides FieldInterface::appliesToFieldFormatter

3 methods override FieldBase::appliesToFieldFormatter()
FieldImage::appliesToFieldFormatter in src/Field/FieldImage.php
Returns where the field has to be rendered in field formatter settings.
FieldThumbnail::appliesToFieldFormatter in src/Field/FieldThumbnail.php
Returns where the field has to be rendered in field formatter settings.
FieldTitle::appliesToFieldFormatter in src/Field/FieldTitle.php
Returns where the field has to be rendered in field formatter settings.

File

src/Field/FieldBase.php, line 99

Class

FieldBase
Field base.

Namespace

Drupal\lightgallery\Field

Code

public function appliesToFieldFormatter() {
  return TRUE;
}