abstract class GroupBase in Lightgallery 8
Group base.
Hierarchy
- class \Drupal\lightgallery\Group\GroupBase implements GroupInterface
Expanded class hierarchy of GroupBase
File
- src/
Group/ GroupBase.php, line 8
Namespace
Drupal\lightgallery\GroupView source
abstract class GroupBase implements GroupInterface {
/**
* {@inheritdoc}
*/
public function isOpen() {
return FALSE;
}
/**
* {@inheritdoc}
*/
public function getOpenValue() {
return FALSE;
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
GroupBase:: |
public | function |
Returns value where "open" property is dependent to. Overrides GroupInterface:: |
6 |
GroupBase:: |
public | function |
Boolean indicating if "details" have to be open. Overrides GroupInterface:: |
1 |
GroupInterface:: |
public | function | Returns name. | 7 |
GroupInterface:: |
public | function | Returns title. | 7 |