function EntityManagerWrapper::getLoaded

Parameters

$type:

$entity_type:

Return value

array

File

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

Class

EntityManagerWrapper
Class EntityManagerWrapper

Namespace

Drupal\webprofiler\Entity

Code

public function getLoaded($type, $entity_type) {
    return isset($this->loaded[$type][$entity_type]) ? $this->loaded[$type][$entity_type] : NULL;
}