You are here

public function GroupBase::getOpenValue in Lightgallery 8

Returns value where "open" property is dependent to.

Overrides GroupInterface::getOpenValue

6 methods override GroupBase::getOpenValue()
GroupLightgalleryAutoplay::getOpenValue in src/Group/GroupLightgalleryAutoplay.php
Returns value where "open" property is dependent to.
GroupLightgalleryFullScreen::getOpenValue in src/Group/GroupLightgalleryFullScreen.php
Returns value where "open" property is dependent to.
GroupLightgalleryHash::getOpenValue in src/Group/GroupLightgalleryHash.php
Returns value where "open" property is dependent to.
GroupLightgalleryPager::getOpenValue in src/Group/GroupLightgalleryPager.php
Returns value where "open" property is dependent to.
GroupLightgalleryThumbs::getOpenValue in src/Group/GroupLightgalleryThumbs.php
Returns value where "open" property is dependent to.

... See full list

File

src/Group/GroupBase.php, line 20

Class

GroupBase
Group base.

Namespace

Drupal\lightgallery\Group

Code

public function getOpenValue() {
  return FALSE;
}