function EntityDecorator::getEntities

Return value

mixed

File

webprofiler/src/Entity/EntityDecorator.php, line 20

Class

EntityDecorator
Class EntityDecorator

Namespace

Drupal\webprofiler\Entity

Code

public function getEntities() {
    return $this->entities;
}