You are here

public function Slick::getCollection in Slick Carousel 7.3

Returns the group this optioset instance belongs to for easy selections.

Return value

string The name of the optionset group.

Overrides SlickInterface::getCollection

File

src/Entity/Slick.php, line 55

Class

Slick
Defines the Slick configuration entity.

Namespace

Drupal\slick\Entity

Code

public function getCollection() {
  return $this->collection;
}