You are here

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

Batch

Namespace

Drupal\akamai

Code

public function getHostname() {
  return $this->hostname;
}