You are here

protected function FieldScale::setDescription in Lightgallery 8

Sets description.

Overrides FieldBase::setDescription

File

src/Field/FieldScale.php, line 50

Class

FieldScale
Field scale.

Namespace

Drupal\lightgallery\Field

Code

protected function setDescription() {
  return 'Value of zoom that should be incremented/decremented.';
}