You are here

protected function FieldThumbHeight::setDescription in Lightgallery 8

Sets description.

Overrides FieldBase::setDescription

File

src/Field/FieldThumbHeight.php, line 43

Class

FieldThumbHeight
Field thumb height.

Namespace

Drupal\lightgallery\Field

Code

protected function setDescription() {
  return 'Height of the thumbnail container including padding and border.';
}