You are here

public function Job::getTag in Apigee Edge 8

Gets the job tag.

The job tag can be used to group multiple jobs together.

Return value

string The job tag.

1 call to Job::getTag()
DeveloperSync::execute in src/Job/DeveloperSync.php
Executes this job.

File

src/Job/Job.php, line 153

Class

Job
Defines the Job class.

Namespace

Drupal\apigee_edge\Job

Code

public function getTag() : string {
  return $this->tag;
}