You are here

protected property AcquiaPurgeExecutorsService::$core_backends in Acquia Purge 7

Core executor backends that always run regardless what.

Type: string[]

File

lib/executor/AcquiaPurgeExecutorsService.php, line 18
Contains AcquiaPurgeExecutorsService.

Class

AcquiaPurgeExecutorsService
Service that loads and provides access to executor backends.

Code

protected $core_backends = array(
  '_acquia_purge_executor_page_cache',
  '_acquia_purge_executor_acquia',
);