You are here

protected function FieldKeyPress::setType in Lightgallery 8

Sets type.

Overrides FieldBase::setType

File

src/Field/FieldKeyPress.php, line 29

Class

FieldKeyPress
Field key press.

Namespace

Drupal\lightgallery\Field

Code

protected function setType() {
  return FieldTypesEnum::CHECKBOX;
}