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\FieldCode
public function getType() {
return $this->type;
}