function ResourceResponseValidator::getSubscribedEvents
File
- 
              core/
modules/ jsonapi/ src/ EventSubscriber/ ResourceResponseValidator.php, line 79  
Class
- ResourceResponseValidator
 - Response subscriber that validates a JSON:API response.
 
Namespace
Drupal\jsonapi\EventSubscriberCode
public static function getSubscribedEvents() {
  $events[KernelEvents::RESPONSE][] = [
    'onResponse',
  ];
  return $events;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.