You are here

protected function FieldClosable::setName in Lightgallery 8

Sets name.

Overrides FieldBase::setName

File

src/Field/FieldClosable.php, line 15

Class

FieldClosable
Field closable.

Namespace

Drupal\lightgallery\Field

Code

protected function setName() {
  return 'closable';
}