You are here

protected function FieldCurrentPagerPosition::setOptions in Lightgallery 8

Sets options.

Overrides FieldBase::setOptions

File

src/Field/FieldCurrentPagerPosition.php, line 22

Class

FieldCurrentPagerPosition
Field current pager position.

Namespace

Drupal\lightgallery\Field

Code

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