public function JobExecutorInterface::load in Apigee Edge 8
Loads a job from the database.
Parameters
string $id: Job id.
Return value
\Drupal\apigee_edge\Job\Job|null Loaded job object or null if it does not exit.
1 method overrides JobExecutorInterface::load()
- JobExecutor::load in src/
JobExecutor.php - Loads a job from the database.
File
- src/
JobExecutorInterface.php, line 49
Class
- JobExecutorInterface
- Job executor service definition.
Namespace
Drupal\apigee_edgeCode
public function load(string $id) : ?Job;