You are here

protected function FieldZoom::setDescription in Lightgallery 8

Sets description.

Overrides FieldBase::setDescription

File

src/Field/FieldZoom.php, line 36

Class

FieldZoom
Field zoom.

Namespace

Drupal\lightgallery\Field

Code

protected function setDescription() {
  return 'Enable/Disable zoom option.';
}