Label.php in YAML Form 8
Namespace
Drupal\yamlform\Plugin\YamlFormElementFile
src/Plugin/YamlFormElement/Label.phpView source
<?php
namespace Drupal\yamlform\Plugin\YamlFormElement;
/**
* Provides a 'label' element.
*
* @YamlFormElement(
* id = "label",
* api = "https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Render!Element!Label.php/class/Label",
* label = @Translation("Label"),
* category = @Translation("Containers"),
* states_wrapper = TRUE,
* )
*/
class Label extends ContainerBase {
}