You are here

public function FieldTitle::appliesToFieldFormatter in Lightgallery 8

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

Overrides FieldBase::appliesToFieldFormatter

File

src/Field/FieldTitle.php, line 15

Class

FieldTitle
Field title.

Namespace

Drupal\lightgallery\Field

Code

public function appliesToFieldFormatter() {
  return FALSE;
}