You are here

protected function FieldMode::setDescription in Lightgallery 8

Sets description.

Overrides FieldBase::setDescription

File

src/Field/FieldMode.php, line 50

Class

FieldMode
Field mode.

Namespace

Drupal\lightgallery\Field

Code

protected function setDescription() {
  return 'Type of transition between images.';
}