public function FieldBase::getTitle in Lightgallery 8
Returns field title.
Overrides FieldInterface::getTitle
File
- src/
Field/ FieldBase.php, line 43
Class
- FieldBase
- Field base.
Namespace
Drupal\lightgallery\FieldCode
public function getTitle() {
return $this->title;
}