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