public static functiongetSubscribedEvents() : array {
// This should run after any other response subscriber that modifies the// markup.// @see \Drupal\Core\EventSubscriber\RssResponseRelativeUrlFilter$events[KernelEvents::RESPONSE][] = [
'onResponse',
-513,
];
return$events;
}