You are here

public static function FastlyBackend::tagsHeaderName in Acquia Purge 8

Fetch the HTTP response header name that the CDN vendor needs.

Overrides BackendInterface::tagsHeaderName

See also

\Drupal\purge\Plugin\Purge\TagsHeader::getHeaderName

File

src/AcquiaPlatformCdn/FastlyBackend.php, line 209

Class

FastlyBackend
Provides a Fastly backend for the Platform CDN purger.

Namespace

Drupal\acquia_purge\AcquiaPlatformCdn

Code

public static function tagsHeaderName() {
  return 'Surrogate-Key';
}