You are here

public function TypesInfoEvent::getTypes in Charts 5.0.x

Same name and namespace in other branches
  1. 8.4 src/Event/TypesInfoEvent.php \Drupal\charts\Event\TypesInfoEvent::getTypes()

Gets the condition definitions.

Return value

array The condition definitions.

File

src/Event/TypesInfoEvent.php, line 35

Class

TypesInfoEvent
The TypesInfoEvent.

Namespace

Drupal\charts\Event

Code

public function getTypes() : array {
  return $this->types;
}