You are here

Label.php in YAML Form 8

File

src/Plugin/YamlFormElement/Label.php
View 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 {

}

Classes

Namesort descending Description
Label Provides a 'label' element.