You are here

protected function FieldMode::setOptions in Lightgallery 8

Sets options.

Overrides FieldBase::setOptions

File

src/Field/FieldMode.php, line 22

Class

FieldMode
Field mode.

Namespace

Drupal\lightgallery\Field

Code

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