You are here

public function YamlFormSelectOther::getDefaultProperties in YAML Form 8

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

Overrides Select::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/YamlFormSelectOther.php, line 19

Class

YamlFormSelectOther
Provides a 'select_other' element.

Namespace

Drupal\yamlform\Plugin\YamlFormElement

Code

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