class EntityDecorator in Devel 4.x
Same name and namespace in other branches
- 8.3 webprofiler/src/Entity/EntityDecorator.php \Drupal\webprofiler\Entity\EntityDecorator
- 8 webprofiler/src/Entity/EntityDecorator.php \Drupal\webprofiler\Entity\EntityDecorator
- 8.2 webprofiler/src/Entity/EntityDecorator.php \Drupal\webprofiler\Entity\EntityDecorator
Class EntityDecorator.
Hierarchy
- class \Drupal\webprofiler\Decorator
- class \Drupal\webprofiler\Entity\EntityDecorator
Expanded class hierarchy of EntityDecorator
2 files declare their use of EntityDecorator
- BlocksDataCollector.php in webprofiler/
src/ DataCollector/ BlocksDataCollector.php - ConfigEntityStorageDecorator.php in webprofiler/
src/ Entity/ Decorators/ Config/ ConfigEntityStorageDecorator.php
File
- webprofiler/
src/ Entity/ EntityDecorator.php, line 10
Namespace
Drupal\webprofiler\EntityView source
class EntityDecorator extends Decorator {
/**
* @var array
*/
protected $entities;
/**
* @return mixed
*/
public function getEntities() {
return $this->entities;
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Decorator:: |
protected | property | @var | |
Decorator:: |
public | function | Return the original (i.e. non decorated) object. | |
Decorator:: |
public | function | Returns true if $method is a PHP callable. | |
Decorator:: |
public | function | ||
Decorator:: |
public | function | Class constructor. | 2 |
Decorator:: |
public | function | ||
EntityDecorator:: |
protected | property | ||
EntityDecorator:: |
public | function |