public &FormStateInterface::getGroups()
Returns references to details elements to render them within vertical tabs.
Return value
array
File
- core/lib/Drupal/Core/Form/FormStateInterface.php, line 707
Class
- FormStateInterface
- Provides an interface for an object containing the current state of a form.
Namespace
Drupal\Core\Form
Code
public function &getGroups();
Please login to continue.