You are here

public function ArrayObject::natsort in Express 8

Sort entries using a "natural order" algorithm.

File

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

Class

ArrayObject
Custom ArrayObject implementation.

Namespace

Drupal\bootstrap\Utility

Code

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