You are here

protected function FieldClosable::setTitle in Lightgallery 8

Sets title.

Overrides FieldBase::setTitle

File

src/Field/FieldClosable.php, line 22

Class

FieldClosable
Field closable.

Namespace

Drupal\lightgallery\Field

Code

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