You are here

public function WebformElementInterface::getItemDefaultFormat in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/Plugin/WebformElementInterface.php \Drupal\webform\Plugin\WebformElementInterface::getItemDefaultFormat()

Get an element's default single value format name.

Return value

string An element's default single value format name.

1 method overrides WebformElementInterface::getItemDefaultFormat()
WebformElementBase::getItemDefaultFormat in src/Plugin/WebformElementBase.php
Get an element's default single value format name.

File

src/Plugin/WebformElementInterface.php, line 567

Class

WebformElementInterface
Defines the interface for webform elements.

Namespace

Drupal\webform\Plugin

Code

public function getItemDefaultFormat();