final class ChartsEvents in Charts 5.0.x
Same name and namespace in other branches
- 8.4 src/Event/ChartsEvents.php \Drupal\charts\Event\ChartsEvents
Defined events for the charts module.
Note that submodules might have their own events.
Hierarchy
- class \Drupal\charts\Event\ChartsEvents
Expanded class hierarchy of ChartsEvents
1 file declares its use of ChartsEvents
- TypeManager.php in src/
TypeManager.php
File
- src/
Event/ ChartsEvents.php, line 10
Namespace
Drupal\charts\EventView source
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';
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ChartsEvents:: |
constant | Name of the event fired when chart types definitions are being collected. |