YamlFormEntityRadios.php in YAML Form 8
Same filename in this branch
Namespace
Drupal\yamlform\Plugin\YamlFormElementFile
src/Plugin/YamlFormElement/YamlFormEntityRadios.phpView source
<?php
namespace Drupal\yamlform\Plugin\YamlFormElement;
/**
* Provides a 'yamlform_entity_radios' element.
*
* @YamlFormElement(
* id = "yamlform_entity_radios",
* label = @Translation("Entity radios"),
* category = @Translation("Entity reference elements"),
* )
*/
class YamlFormEntityRadios extends Radios implements YamlFormEntityReferenceInterface {
use YamlFormEntityReferenceTrait;
use YamlFormEntityOptionsTrait;
}
Classes
Name | Description |
---|---|
YamlFormEntityRadios | Provides a 'yamlform_entity_radios' element. |