You are here

public function SettingInterface::getGroups in Express 8

Retrieves the setting's groups.

Return value

array The setting's group.

1 method overrides SettingInterface::getGroups()
SettingBase::getGroups in themes/contrib/bootstrap/src/Plugin/Setting/SettingBase.php
Retrieves the setting's groups.

File

themes/contrib/bootstrap/src/Plugin/Setting/SettingInterface.php, line 86
Contains \Drupal\bootstrap\Plugin\Setting\SettingInterface.

Class

SettingInterface
Defines the interface for an object oriented theme setting plugin.

Namespace

Drupal\bootstrap\Plugin\Setting

Code

public function getGroups();