You are here

public function CivicrmOptions::hasMultipleWrapper in Webform CiviCRM Integration 8.5

Checks if the element uses the 'webform_multiple' element.

Return value

bool TRUE if the element supports multiple values.

Overrides OptionsBase::hasMultipleWrapper

File

src/Plugin/WebformElement/CivicrmOptions.php, line 234

Class

CivicrmOptions
Provides a 'civicrm_options' element.

Namespace

Drupal\webform_civicrm\Plugin\WebformElement

Code

public function hasMultipleWrapper() {
  return FALSE;
}