function EntityManagerWrapper::getRendered

Parameters

$entity_type:

Return value

array

File

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

Class

EntityManagerWrapper
Class EntityManagerWrapper

Namespace

Drupal\webprofiler\Entity

Code

public function getRendered($entity_type) {
    return isset($this->rendered[$entity_type]) ? $this->rendered[$entity_type] : NULL;
}