public function Batch::getHostname in Akamai 7.3
Gets the hostname for this batch.
File
- src/
Batch.php, line 49 - Contains the \Drupal\akamai\Batch class.
Class
Namespace
Drupal\akamaiCode
public function getHostname() {
return $this->hostname;
}