You are here

final class ChartsEvents in Charts 5.0.x

Same name and namespace in other branches
  1. 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

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\Event
View 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

Namesort descending Modifiers Type Description Overrides
ChartsEvents::TYPE_INFO constant Name of the event fired when chart types definitions are being collected.