You are here

protected function FieldThumbWidth::setDescription in Lightgallery 8

Sets description.

Overrides FieldBase::setDescription

File

src/Field/FieldThumbWidth.php, line 43

Class

FieldThumbWidth
Field thumb width.

Namespace

Drupal\lightgallery\Field

Code

protected function setDescription() {
  return 'Width of each thumbnail.';
}