You are here

protected function FieldTitleSource::setOptions in Lightgallery 8

Sets options.

Overrides FieldBase::setOptions

File

src/Field/FieldTitleSource.php, line 29

Class

FieldTitleSource
Field title source.

Namespace

Drupal\lightgallery\Field

Code

protected function setOptions() {
  return [
    'Drupal\\lightgallery\\Manager\\LightgalleryManager',
    'getImageSourceFields',
  ];
}