You are here

service apigee_edge.job_executor in Apigee Edge 8

Class

Drupal\apigee_edge\JobExecutor
5 string references to apigee_edge.job_executor
apigee_edge_cron in ./apigee_edge.module
Implements hook_cron().
apigee_edge_get_executor in ./apigee_edge.module
Returns the job executor instance.
DeveloperSyncController::create in src/Controller/DeveloperSyncController.php
Instantiates a new instance of this class.
JobCreatorTrait::getExecutor in src/Job/JobCreatorTrait.php
Returns the job executor service.
JobQueueWorker::create in src/Plugin/QueueWorker/JobQueueWorker.php
Creates an instance of the plugin.

File

./apigee_edge.services.yml
apigee_edge.services.yml

View source
  1. class: Drupal\apigee_edge\JobExecutor
  2. arguments:
  3. - '@database'
  4. - '@datetime.time'
  5. - '@queue'