You are here

public function FormStateDecoratorBase::getGroups in Markdown 8.2

Returns references to details elements to render them within vertical tabs.

Return value

array

Overrides FormStateInterface::getGroups

File

src/BcSupport/FormStateDecoratorBase.php, line 122

Class

FormStateDecoratorBase
Decorates another form state.

Namespace

Drupal\markdown\BcSupport

Code

public function &getGroups() {
  return $this->decoratedFormState
    ->getGroups();
}