
| Current Path : /var/www/html/rocksensor3/web/modules/contrib/charts/src/Event/ |
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/rocksensor3/web/modules/contrib/charts/src/Event/ChartsEvents.php |
<?php
namespace Drupal\charts\Event;
/**
* Defined events for the charts module.
*
* Note that submodules might have their own events.
*/
final class ChartsEvents {
/**
* Name of the event fired when chart types definitions are being collected.
*
* @Event
*
* @see \Drupal\charts\Event\TypesInfoEvent
*/
const TYPE_INFO = 'charts.type_info';
}