public function Job::setTag in Apigee Edge 8
Sets the job tag.
Parameters
string $tag: The job tag.
File
- src/
Job/ Job.php, line 163
Class
- Job
- Defines the Job class.
Namespace
Drupal\apigee_edge\JobCode
public function setTag(string $tag) {
$this->tag = $tag;
}