You are here

public function ArrayObject::getArrayCopy in Express 8

Creates a copy of the ArrayObject.

Return value

array A copy of the array.

File

themes/contrib/bootstrap/src/Utility/ArrayObject.php, line 207
Contains \Drupal\bootstrap\Utility\ArrayObject.

Class

ArrayObject
Custom ArrayObject implementation.

Namespace

Drupal\bootstrap\Utility

Code

public function getArrayCopy() {
  return $this->array;
}