You are here

protected function FieldTitle::setName in Lightgallery 8

Sets name.

Overrides FieldBase::setName

File

src/Field/FieldTitle.php, line 36

Class

FieldTitle
Field title.

Namespace

Drupal\lightgallery\Field

Code

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