You are here

protected function FieldHash::setDescription in Lightgallery 8

Sets description.

Overrides FieldBase::setDescription

File

src/Field/FieldHash.php, line 36

Class

FieldHash
Field hash.

Namespace

Drupal\lightgallery\Field

Code

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