You are here

public function EntityDecorator::getEntities in Devel 8

Same name and namespace in other branches
  1. 8.3 webprofiler/src/Entity/EntityDecorator.php \Drupal\webprofiler\Entity\EntityDecorator::getEntities()
  2. 8.2 webprofiler/src/Entity/EntityDecorator.php \Drupal\webprofiler\Entity\EntityDecorator::getEntities()
  3. 4.x webprofiler/src/Entity/EntityDecorator.php \Drupal\webprofiler\Entity\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;
}