You are here

protected function FieldScale::setTitle in Lightgallery 8

Sets title.

Overrides FieldBase::setTitle

File

src/Field/FieldScale.php, line 36

Class

FieldScale
Field scale.

Namespace

Drupal\lightgallery\Field

Code

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