You are here

public function AcquiaPurgeExecutorsService::next in Acquia Purge 7

File

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

Class

AcquiaPurgeExecutorsService
Service that loads and provides access to executor backends.

Code

public function next() {
  ++$this->position;
}