You are here

public function FieldBase::getType in Lightgallery 8

Returns field type.

Overrides FieldInterface::getType

File

src/Field/FieldBase.php, line 50

Class

FieldBase
Field base.

Namespace

Drupal\lightgallery\Field

Code

public function getType() {
  return $this->type;
}