You are here

public function GroupLightgalleryCore::isOpen in Lightgallery 8

Boolean indicating if "details" have to be open.

Overrides GroupBase::isOpen

File

src/Group/GroupLightgalleryCore.php, line 27

Class

GroupLightgalleryCore
Group light gallery core.

Namespace

Drupal\lightgallery\Group

Code

public function isOpen() {
  return TRUE;
}