Get the array representation of an object
Return value
array
Overrides ToArrayInterface::toArray
File
- drupal/core/vendor/guzzle/common/Guzzle/Common/Collection.php, line 157
Class
- Collection
- Key value pair collection object
Namespace
Guzzle\Common
Code
public function toArray() {
return $this->data;
}