Provides helpers for HTML option groups.
Hierarchy
- class \Drupal\Core\Form\OptGroup
File
- core/lib/Drupal/Core/Form/OptGroup.php, line 8
Namespace
Drupal\Core\Form
Members
Name | Modifiers | Type | Description |
---|---|---|---|
OptGroup::doFlattenOptions | protected static | function | Iterates over an array building a flat array with duplicate keys removed. |
OptGroup::flattenOptions | public static | function | Allows PHP array processing of multiple select options with the same value. |
Please login to continue.