public function Collection::getKeys

Same name in this branch

Get all keys in the collection

Return value

array

File

drupal/core/vendor/guzzle/common/Guzzle/Common/Collection.php, line 167

Class

Collection
Key value pair collection object

Namespace

Guzzle\Common

Code

public function getKeys() {
  return array_keys($this->data);
}