You are here

public function YamlFormButtonsOther::getDefaultProperties in YAML Form 8

Only a few elements don't inherit these default properties.

Overrides OptionsBase::getDefaultProperties

See also

\Drupal\yamlform\Plugin\YamlFormElement\Textarea

\Drupal\yamlform\Plugin\YamlFormElement\YamlFormLikert

\Drupal\yamlform\Plugin\YamlFormElement\YamlFormCompositeBase

\Drupal\yamlform\Plugin\YamlFormElement\ContainerBase

File

src/Plugin/YamlFormElement/YamlFormButtonsOther.php, line 19

Class

YamlFormButtonsOther
Provides a 'buttons_other' element.

Namespace

Drupal\yamlform\Plugin\YamlFormElement

Code

public function getDefaultProperties() {
  return parent::getDefaultProperties() + self::getOtherProperties();
}