You are here

public function FieldTitleSource::appliesToViews in Lightgallery 8

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

Overrides FieldBase::appliesToViews

File

src/Field/FieldTitleSource.php, line 15

Class

FieldTitleSource
Field title source.

Namespace

Drupal\lightgallery\Field

Code

public function appliesToViews() {
  return FALSE;
}