You are here

public function WebformImageSelect::getItemsDefaultFormat in Webform 6.x

Same name and namespace in other branches
  1. 8.5 modules/webform_image_select/src/Plugin/WebformElement/WebformImageSelect.php \Drupal\webform_image_select\Plugin\WebformElement\WebformImageSelect::getItemsDefaultFormat()

Get an element's default multiple value format name.

Return value

string An element's default multiple value format name.

Overrides OptionsBase::getItemsDefaultFormat

File

modules/webform_image_select/src/Plugin/WebformElement/WebformImageSelect.php, line 207

Class

WebformImageSelect
Provides a 'image_select' element.

Namespace

Drupal\webform_image_select\Plugin\WebformElement

Code

public function getItemsDefaultFormat() {
  return 'space';
}