You are here

protected property AcquiaPurgeProcessorsService::$backends in Acquia Purge 7

All processors, ::isEnabled() is called to see if they should load.

Type: string[]

File

lib/processor/AcquiaPurgeProcessorsService.php, line 18
Contains AcquiaPurgeProcessorsService.

Class

AcquiaPurgeProcessorsService
Service that loads and bundles queue processor backends.

Code

protected $backends = array(
  '_acquia_purge_processor_ajax',
  '_acquia_purge_processor_cron',
  '_acquia_purge_processor_runtime',
);