function apigee_edge_get_executor in Apigee Edge 8
Returns the job executor instance.
Return value
\Drupal\apigee_edge\JobExecutor The job executor instance.
1 call to apigee_edge_get_executor()
- DeveloperSyncController::batchExecuteJobs in src/
Controller/ DeveloperSyncController.php - The second batch operation.
File
- ./
apigee_edge.module, line 1580 - Copyright 2018 Google Inc.
Code
function apigee_edge_get_executor() : JobExecutor {
return \Drupal::service('apigee_edge.job_executor');
}