function 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 577

Class

FormState
Stores information about the state of a form.

Namespace

Drupal\Core\Form

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.