public function Slick::getGroup in Slick Carousel 8.2
Same name and namespace in other branches
- 8 src/Entity/Slick.php \Drupal\slick\Entity\Slick::getGroup()
Returns the group this optioset instance belongs to for easy selections.
Return value
string The name of the optionset group.
Overrides SlickInterface::getGroup
File
- src/
Entity/ Slick.php, line 82
Class
- Slick
- Defines the Slick configuration entity.
Namespace
Drupal\slick\EntityCode
public function getGroup() {
return $this->group;
}