You are here

protected function DeveloperSync::executeRequest in Apigee Edge 8

Executes the request itself.

Overrides EdgeJob::executeRequest

File

src/Job/DeveloperSync.php, line 128

Class

DeveloperSync
A job that synchronizes Apigee Edge developers and Drupal users.

Namespace

Drupal\apigee_edge\Job

Code

protected function executeRequest() {
  $this->drupalUsers = $this
    ->loadUsers();
  $this->edgeDevelopers = $this
    ->loadDevelopers();
}