function EntityManagerWrapper::getListBuilder

File

webprofiler/src/Entity/EntityManagerWrapper.php, line 163

Class

EntityManagerWrapper
Class EntityManagerWrapper

Namespace

Drupal\webprofiler\Entity

Code

public function getListBuilder($entity_type) {
    return $this->entityManager
        ->getListBuilder($entity_type);
}