EntityDecorator.php in Devel 8.3
Same filename and directory in other branches
Namespace
Drupal\webprofiler\EntityFile
webprofiler/src/Entity/EntityDecorator.phpView source
<?php
namespace Drupal\webprofiler\Entity;
use Drupal\webprofiler\Decorator;
/**
* Class EntityDecorator.
*/
class EntityDecorator extends Decorator {
/**
* @var array
*/
protected $entities;
/**
* @return mixed
*/
public function getEntities() {
return $this->entities;
}
}
Classes
Name | Description |
---|---|
EntityDecorator | Class EntityDecorator. |