class GroupLightgalleryCore in Lightgallery 8
Group light gallery core.
Hierarchy
- class \Drupal\lightgallery\Group\GroupBase implements GroupInterface
- class \Drupal\lightgallery\Group\GroupLightgalleryCore
Expanded class hierarchy of GroupLightgalleryCore
18 files declare their use of GroupLightgalleryCore
- FieldClosable.php in src/
Field/ FieldClosable.php - FieldControls.php in src/
Field/ FieldControls.php - FieldCounter.php in src/
Field/ FieldCounter.php - FieldDownload.php in src/
Field/ FieldDownload.php - FieldDrag.php in src/
Field/ FieldDrag.php
File
- src/
Group/ GroupLightgalleryCore.php, line 8
Namespace
Drupal\lightgallery\GroupView source
class GroupLightgalleryCore extends GroupBase {
/**
* {@inheritdoc}
*/
public function getName() {
return GroupsEnum::LIGHTGALLERY_CORE;
}
/**
* {@inheritdoc}
*/
public function getTitle() {
return 'Lightgallery core settings';
}
/**
* {@inheritdoc}
*/
public function isOpen() {
return TRUE;
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
GroupBase:: |
public | function |
Returns value where "open" property is dependent to. Overrides GroupInterface:: |
6 |
GroupLightgalleryCore:: |
public | function |
Returns name. Overrides GroupInterface:: |
|
GroupLightgalleryCore:: |
public | function |
Returns title. Overrides GroupInterface:: |
|
GroupLightgalleryCore:: |
public | function |
Boolean indicating if "details" have to be open. Overrides GroupBase:: |