You are here

protected function FieldThumbWidth::setTitle in Lightgallery 8

Sets title.

Overrides FieldBase::setTitle

File

src/Field/FieldThumbWidth.php, line 29

Class

FieldThumbWidth
Field thumb width.

Namespace

Drupal\lightgallery\Field

Code

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