public function SlickInterface::getGroup in Slick Carousel 8
Same name and namespace in other branches
- 8.2 src/Entity/SlickInterface.php \Drupal\slick\Entity\SlickInterface::getGroup()
Returns the group this optioset instance belongs to for easy selections.
Return value
string The name of the optionset group.
1 method overrides SlickInterface::getGroup()
- Slick::getGroup in src/
Entity/ Slick.php - Returns the group this optioset instance belongs to for easy selections.
File
- src/
Entity/ SlickInterface.php, line 101
Class
- SlickInterface
- Provides an interface defining a Slick entity.
Namespace
Drupal\slick\EntityCode
public function getGroup();