You are here

public function FieldBase::getOptions in Lightgallery 8

Returns field options callback.

Overrides FieldInterface::getOptions

File

src/Field/FieldBase.php, line 92

Class

FieldBase
Field base.

Namespace

Drupal\lightgallery\Field

Code

public function getOptions() {
  return $this->options;
}