public function WebformElementInterface::supportsMultipleValues in Webform 8.5
Same name and namespace in other branches
- 6.x src/Plugin/WebformElementInterface.php \Drupal\webform\Plugin\WebformElementInterface::supportsMultipleValues()
Checks if the element supports multiple values.
Return value
bool TRUE if the element supports multiple values.
1 method overrides WebformElementInterface::supportsMultipleValues()
- WebformElementBase::supportsMultipleValues in src/
Plugin/ WebformElementBase.php - Checks if the element supports multiple values.
File
- src/
Plugin/ WebformElementInterface.php, line 250
Class
- WebformElementInterface
- Defines the interface for webform elements.
Namespace
Drupal\webform\PluginCode
public function supportsMultipleValues();