public function Batch::getItems in Akamai 7.3
Returns all items in the batch.
File
- src/
Batch.php, line 79 - Contains the \Drupal\akamai\Batch class.
Class
Namespace
Drupal\akamaiCode
public function getItems() {
return $this->items;
}
Returns all items in the batch.
public function getItems() {
return $this->items;
}