You are here

interface LightgalleryOptionSetInterface in Lightgallery 8

Light gallery option set interface.

Hierarchy

Expanded class hierarchy of LightgalleryOptionSetInterface

All classes that implement LightgalleryOptionSetInterface

1 file declares its use of LightgalleryOptionSetInterface
LightgalleryManager.php in src/Manager/LightgalleryManager.php

File

src/Optionset/LightgalleryOptionSetInterface.php, line 8

Namespace

Drupal\lightgallery\Optionset
View source
interface LightgalleryOptionSetInterface {

  /**
   * Returns the optionset.
   */
  public function get();

}

Members

Namesort descending Modifiers Type Description Overrides
LightgalleryOptionSetInterface::get public function Returns the optionset. 1