You are here

public function BackgroundProcess::getDispatcher in Background Process 7.2

Get dispatcher

File

./background_process.inc, line 323
External API short overview

Class

BackgroundProcess
@file

Code

public function getDispatcher() {
  return $this->options['dispatcher'];
}