You are here

ChartsEvents.php in Charts 5.0.x

Same filename and directory in other branches
  1. 8.4 src/Event/ChartsEvents.php

File

src/Event/ChartsEvents.php
View 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

Namesort descending Description
ChartsEvents Defined events for the charts module.