public function EntityDecorator::getEntities in Devel 8
Same name and namespace in other branches
- 8.3 webprofiler/src/Entity/EntityDecorator.php \Drupal\webprofiler\Entity\EntityDecorator::getEntities()
- 8.2 webprofiler/src/Entity/EntityDecorator.php \Drupal\webprofiler\Entity\EntityDecorator::getEntities()
- 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\EntityCode
public function getEntities() {
return $this->entities;
}