public function ArrayObject::ksort in Express 8
Sort the entries by key.
File
- themes/
contrib/ bootstrap/ src/ Utility/ ArrayObject.php, line 252 - Contains \Drupal\bootstrap\Utility\ArrayObject.
Class
- ArrayObject
- Custom ArrayObject implementation.
Namespace
Drupal\bootstrap\UtilityCode
public function ksort() {
ksort($this->array);
}