You are here

public function YamlFormElementInterface::getDefaultProperties in YAML Form 8

Get default properties.

Return value

array An associative array containing default element properties.

1 method overrides YamlFormElementInterface::getDefaultProperties()
YamlFormElementBase::getDefaultProperties in src/YamlFormElementBase.php
Only a few elements don't inherit these default properties.

File

src/YamlFormElementInterface.php, line 60

Class

YamlFormElementInterface
Defines the interface for form elements.

Namespace

Drupal\yamlform

Code

public function getDefaultProperties();