public function EntityViewBuilderDecorator::__construct in Devel 8
Same name and namespace in other branches
- 8.3 webprofiler/src/Entity/EntityViewBuilderDecorator.php \Drupal\webprofiler\Entity\EntityViewBuilderDecorator::__construct()
- 8.2 webprofiler/src/Entity/EntityViewBuilderDecorator.php \Drupal\webprofiler\Entity\EntityViewBuilderDecorator::__construct()
- 4.x webprofiler/src/Entity/EntityViewBuilderDecorator.php \Drupal\webprofiler\Entity\EntityViewBuilderDecorator::__construct()
Parameters
EntityViewBuilderInterface $controller:
Overrides Decorator::__construct
File
- webprofiler/
src/ Entity/ EntityViewBuilderDecorator.php, line 21
Class
- EntityViewBuilderDecorator
- Class EntityViewBuilderDecorator
Namespace
Drupal\webprofiler\EntityCode
public function __construct(EntityViewBuilderInterface $controller) {
parent::__construct($controller);
$this->entities = [];
}