You are here

protected function FieldEscKey::setName in Lightgallery 8

Sets name.

Overrides FieldBase::setName

File

src/Field/FieldEscKey.php, line 15

Class

FieldEscKey
Field esc key.

Namespace

Drupal\lightgallery\Field

Code

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