You are here

public function GroupBase::isOpen in Lightgallery 8

Boolean indicating if "details" have to be open.

Overrides GroupInterface::isOpen

1 method overrides GroupBase::isOpen()
GroupLightgalleryCore::isOpen in src/Group/GroupLightgalleryCore.php
Boolean indicating if "details" have to be open.

File

src/Group/GroupBase.php, line 13

Class

GroupBase
Group base.

Namespace

Drupal\lightgallery\Group

Code

public function isOpen() {
  return FALSE;
}