You are here

public function EntityDecorator::getEntities in Devel 4.x

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