You are here

public function WebformElementInterface::getItemsFormats in Webform 8.5

Same name and namespace in other branches
  1. 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\Plugin

Code

public function getItemsFormats();