YamlFormButtonsOther.php in YAML Form 8
Same filename in this branch
Namespace
Drupal\yamlform\Plugin\YamlFormElementFile
src/Plugin/YamlFormElement/YamlFormButtonsOther.phpView source
<?php
namespace Drupal\yamlform\Plugin\YamlFormElement;
/**
* Provides a 'buttons_other' element.
*
* @YamlFormElement(
* id = "yamlform_buttons_other",
* label = @Translation("Buttons other"),
* category = @Translation("Options elements"),
* )
*/
class YamlFormButtonsOther extends OptionsBase {
/**
* {@inheritdoc}
*/
public function getDefaultProperties() {
return parent::getDefaultProperties() + self::getOtherProperties();
}
}
Classes
Name | Description |
---|---|
YamlFormButtonsOther | Provides a 'buttons_other' element. |