You are here

protected function FieldControls::setDescription in Lightgallery 8

Sets description.

Overrides FieldBase::setDescription

File

src/Field/FieldControls.php, line 36

Class

FieldControls
Field controls.

Namespace

Drupal\lightgallery\Field

Code

protected function setDescription() {
  return 'If not checked, prev/next buttons will not be displayed.';
}