function TestDomainObjectViewSubscriber::getSubscribedEvents
File
- 
              core/
modules/ system/ tests/ modules/ early_rendering_controller_test/ src/ TestDomainObjectViewSubscriber.php, line 40  
Class
- TestDomainObjectViewSubscriber
 - View subscriber for turning TestDomainObject objects into Response objects.
 
Namespace
Drupal\early_rendering_controller_testCode
public static function getSubscribedEvents() : array {
  $events[KernelEvents::VIEW][] = [
    'onViewTestDomainObject',
  ];
  return $events;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.