public function WebformActions::getItemDefaultFormat in Webform 8.5
Same name and namespace in other branches
- 6.x src/Plugin/WebformElement/WebformActions.php \Drupal\webform\Plugin\WebformElement\WebformActions::getItemDefaultFormat()
Get an element's default single value format name.
Return value
string An element's default single value format name.
Overrides ContainerBase::getItemDefaultFormat
File
- src/
Plugin/ WebformElement/ WebformActions.php, line 77
Class
- WebformActions
- Provides a 'webform_actions' element.
Namespace
Drupal\webform\Plugin\WebformElementCode
public function getItemDefaultFormat() {
return NULL;
}