public function WebformElementInterface::getItemsFormats in Webform 8.5
Same name and namespace in other branches
- 6.x src/Plugin/WebformElementInterface.php \Drupal\webform\Plugin\WebformElementInterface::getItemsFormats()
Get an element's available multiple value formats.
Return value
array An associative array of multiple value formats containing name/label pairs.
1 method overrides WebformElementInterface::getItemsFormats()
- WebformElementBase::getItemsFormats in src/
Plugin/ WebformElementBase.php - Get an element's available multiple value formats.
File
- src/
Plugin/ WebformElementInterface.php, line 586
Class
- WebformElementInterface
- Defines the interface for webform elements.
Namespace
Drupal\webform\PluginCode
public function getItemsFormats();