You are here

protected function FieldTitle::setTitle in Lightgallery 8

Sets title.

Overrides FieldBase::setTitle

File

src/Field/FieldTitle.php, line 43

Class

FieldTitle
Field title.

Namespace

Drupal\lightgallery\Field

Code

protected function setTitle() {
  return 'Title field';
}