You are here

public function Slick::getGroup in Slick Carousel 8

Same name and namespace in other branches
  1. 8.2 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 126

Class

Slick
Defines the Slick configuration entity.

Namespace

Drupal\slick\Entity

Code

public function getGroup() {
  return $this->group;
}