You are here

protected property TypeManager::$eventDispatcher in Charts 8.4

Same name and namespace in other branches
  1. 5.0.x src/TypeManager.php \Drupal\charts\TypeManager::eventDispatcher

The event dispatcher.

Type: \Symfony\Component\EventDispatcher\EventDispatcherInterface

File

src/TypeManager.php, line 45

Class

TypeManager
Manages discovery and instantiation of charts_type_info plugins.

Namespace

Drupal\charts

Code

protected $eventDispatcher;