You are here

public function FormState::getGroups in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Form/FormState.php \Drupal\Core\Form\FormState::getGroups()

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

Return value

array

Overrides FormStateInterface::getGroups

File

core/lib/Drupal/Core/Form/FormState.php, line 552

Class

FormState
Stores information about the state of a form.

Namespace

Drupal\Core\Form

Code

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