public function StatusTypeService::loadAll in Heartbeat 8
File
- modules/
statusmessage/ src/ StatusTypeService.php, line 43
Class
- StatusTypeService
- Class StatusTypeService.
Namespace
Drupal\statusmessageCode
public function loadAll() {
return $this->entityTypeManager
->getStorage('status_type')
->loadMultiple($this
->getTypes());
}