You are here

public function SubFormState::getGroups in Authorization 8

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

Return value

array

Overrides FormStateInterface::getGroups

File

src/Form/SubFormState.php, line 524

Class

SubFormState
Represents the form state of a sub-form.

Namespace

Drupal\authorization\Form

Code

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