ultimate_table_field-1.0.0-alpha5/src/Annotation/UltimateTableCellField.php
src/Annotation/UltimateTableCellField.php
<?php
namespace Drupal\ultimate_table_field\Annotation;
use Drupal\Component\Annotation\Plugin;
use Drupal\Core\StringTranslation\TranslatableMarkup;
/**
* Defines ultimate table cell field attribute object.
*
* @Annotation
*/
class UltimateTableCellField extends Plugin {
/**
* The plugin ID.
*
* @var string
*/
public string $id;
/**
* The plugin admin label.
*
* @var string
*/
public ?TranslatableMarkup $label;
}
