You are here

public static function BackendInterface::tagsHeaderValue in Acquia Purge 8

Format the given cache tags for the header value representation.

Parameters

string[] $tags: Non-associative array cache tags.

See also

\Drupal\purge\Plugin\Purge\TagsHeader::getValue

1 method overrides BackendInterface::tagsHeaderValue()
FastlyBackend::tagsHeaderValue in src/AcquiaPlatformCdn/FastlyBackend.php
Format the given cache tags for the header value representation.

File

src/AcquiaPlatformCdn/BackendInterface.php, line 94

Class

BackendInterface
Describes a vendor backend for the Platform CDN purger.

Namespace

Drupal\acquia_purge\AcquiaPlatformCdn

Code

public static function tagsHeaderValue(array $tags);