From: Coleman Watts Date: Tue, 18 Aug 2015 17:20:35 +0000 (-0400) Subject: CRM-12527 - Remove non-working header code from D8 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=622c548512eb3ed91e22d264e9939a6512381ac5;p=civicrm-core.git CRM-12527 - Remove non-working header code from D8 --- 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); - } }