From 622c548512eb3ed91e22d264e9939a6512381ac5 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Tue, 18 Aug 2015 13:20:35 -0400 Subject: [PATCH] CRM-12527 - Remove non-working header code from D8 --- CRM/Utils/System/Drupal8.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/CRM/Utils/System/Drupal8.php b/CRM/Utils/System/Drupal8.php index de0b1da26e..73d2882299 100644 --- a/CRM/Utils/System/Drupal8.php +++ b/CRM/Utils/System/Drupal8.php @@ -551,11 +551,4 @@ class CRM_Utils_System_Drupal8 extends CRM_Utils_System_DrupalBase { $cache_backend->deleteAll(); } } - - /** - * @inheritDoc - */ - public function setHttpHeader($name, $value) { - \Symfony\Component\HttpFoundation\Response->headers->set($name, $value); - } } -- 2.25.1