You are here

public function DeveloperSync::__toString in Apigee Edge 8

Returns this job's textual representation.

Return value

string The string representation of the job.

Overrides Job::__toString

File

src/Job/DeveloperSync.php, line 192

Class

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

Namespace

Drupal\apigee_edge\Job

Code

public function __toString() : string {
  return t('Synchronizing Apigee Edge developers and Drupal users.')
    ->render();
}