You are here

public function DomainStorageDecorator::loadMultipleSorted in Devel 4.x

Same name and namespace in other branches
  1. 8.3 webprofiler/src/Entity/Decorators/Config/DomainStorageDecorator.php \Drupal\webprofiler\Entity\Decorators\Config\DomainStorageDecorator::loadMultipleSorted()
  2. 8.2 webprofiler/src/Entity/Decorators/Config/DomainStorageDecorator.php \Drupal\webprofiler\Entity\Decorators\Config\DomainStorageDecorator::loadMultipleSorted()

File

webprofiler/src/Entity/Decorators/Config/DomainStorageDecorator.php, line 30

Class

DomainStorageDecorator
Class DomainStorageDecorator.

Namespace

Drupal\webprofiler\Entity\Decorators\Config

Code

public function loadMultipleSorted(array $ids = NULL) {
  return $this
    ->getOriginalObject()
    ->loadMultipleSorted($ids);
}