public function SettingBase::getGroup in Express 8
Overrides SettingInterface::getGroup
Deprecated
Will be removed in a future release. Use \Drupal\bootstrap\Plugin\Setting\SettingInterface::getGroupElement
File
- themes/
contrib/ bootstrap/ src/ Plugin/ Setting/ SettingBase.php, line 79 - Contains \Drupal\bootstrap\Plugin\Setting\SettingBase.
Class
- SettingBase
- Base class for a setting.
Namespace
Drupal\bootstrap\Plugin\SettingCode
public function getGroup(array &$form, FormStateInterface $form_state) {
Bootstrap::deprecated();
return $this
->getGroupElement(Element::create($form), $form_state);
}