You are here

protected function FieldMode::setTitle in Lightgallery 8

Sets title.

Overrides FieldBase::setTitle

File

src/Field/FieldMode.php, line 36

Class

FieldMode
Field mode.

Namespace

Drupal\lightgallery\Field

Code

protected function setTitle() {
  return 'Transition';
}