You are here

protected function ImsOptionsWidget::supportsGroups in Improved Multi Select 8

Indicates whether the widgets support optgroups.

Return value

bool TRUE if the widget supports optgroups, FALSE otherwise.

Overrides OptionsSelectWidget::supportsGroups

File

modules/ims_options_widget/src/Plugin/Field/FieldWidget/ImsOptionsWidget.php, line 50

Class

ImsOptionsWidget
Plugin implementation of the 'ims_options_select' widget.

Namespace

Drupal\ims_options_widget\Plugin\Field\FieldWidget

Code

protected function supportsGroups() {
  return FALSE;
}