You are here

public function ArrayObject::asort in Express 8

Sort the entries by value.

File

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

Class

ArrayObject
Custom ArrayObject implementation.

Namespace

Drupal\bootstrap\Utility

Code

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