public function TypesInfoEvent::getTypes in Charts 8.4
Same name and namespace in other branches
- 5.0.x 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\EventCode
public function getTypes() : array {
return $this->types;
}