You are here

protected function FieldLightgalleryImageStyle::setTitle in Lightgallery 8

Sets title.

Overrides FieldBase::setTitle

File

src/Field/FieldLightgalleryImageStyle.php, line 43

Class

FieldLightgalleryImageStyle
Field light gallery image style.

Namespace

Drupal\lightgallery\Field

Code

protected function setTitle() {
  return 'Lightgallery image style';
}