You are here

protected static property BackendFactory::$backendClasses in Acquia Purge 8

Backends for Platform CDN vendors.

Type: string[]

File

src/AcquiaPlatformCdn/BackendFactory.php, line 20

Class

BackendFactory
Provides a backend for the Platform CDN purger.

Namespace

Drupal\acquia_purge\AcquiaPlatformCdn

Code

protected static $backendClasses = [
  'fastly' => FastlyBackend::class,
];