public function YamlFormElementInterface::getDefaultFormat in YAML Form 8
Get an element's default format name.
Return value
string An element's default format name.
1 method overrides YamlFormElementInterface::getDefaultFormat()
- YamlFormElementBase::getDefaultFormat in src/
YamlFormElementBase.php - Get an element's default format name.
File
- src/
YamlFormElementInterface.php, line 384
Class
- YamlFormElementInterface
- Defines the interface for form elements.
Namespace
Drupal\yamlformCode
public function getDefaultFormat();