
| Current Path : /var/www/html/rocksensor/web/modules/contrib/charts/src/Annotation/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/rocksensor/web/modules/contrib/charts/src/Annotation/Chart.php |
<?php
namespace Drupal\charts\Annotation;
use Drupal\Component\Annotation\Plugin;
/**
* Defines a Chart annotation object.
*
* @Annotation
*/
class Chart extends Plugin {
/**
* The plugin ID.
*
* @var string
*/
public $id;
/**
* The plugin name.
*
* @var string
*/
public $name;
/**
* An array of chart types the chart library supports.
*
* @var array
*/
public $types = [];
}