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\FieldCode
protected function setName() {
return 'closable';
}