You are here

public function AcquiaPurgeExecutorsService::key in Acquia Purge 7

File

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

Class

AcquiaPurgeExecutorsService
Service that loads and provides access to executor backends.

Code

public function key() {
  return $this->position;
}