You are here

protected function FieldGalleryId::setTitle in Lightgallery 8

Sets title.

Overrides FieldBase::setTitle

File

src/Field/FieldGalleryId.php, line 29

Class

FieldGalleryId
Field gallery id.

Namespace

Drupal\lightgallery\Field

Code

protected function setTitle() {
  return 'Gallery ID';
}