function FormStateDecoratorBase::getGroups
Returns references to details elements to render them within vertical tabs.
Return value
array References to details elements to render them within vertical tabs.
Overrides FormStateInterface::getGroups
File
-
core/
lib/ Drupal/ Core/ Form/ FormStateDecoratorBase.php, line 114
Class
- FormStateDecoratorBase
- Decorates another form state.
Namespace
Drupal\Core\FormCode
public function &getGroups() {
return $this->decoratedFormState
->getGroups();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.