ChartsEvents.php in Charts 5.0.x
Same filename and directory in other branches
Namespace
Drupal\charts\EventFile
src/Event/ChartsEvents.phpView source
<?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';
}
Classes
Name | Description |
---|---|
ChartsEvents | Defined events for the charts module. |