Indicates whether the widgets support optgroups.
Return value
bool
TRUE if the widget supports optgroups, FALSE otherwise.
File
- drupal/core/modules/options/lib/Drupal/options/Plugin/field/widget/OptionsWidgetBase.php, line 202
- Contains \Drupal\options\Plugin\field\widget\OptionsWidgetBase.
Class
- OptionsWidgetBase
- Base class for the 'options_*' widgets.
Namespace
Drupal\options\Plugin\field\widget
Code
protected function supportsGroups() {
return FALSE;
}