public function EntityViewBuilderDecorator::__construct in Devel 4.x
Same name and namespace in other branches
- 8.3 webprofiler/src/Entity/EntityViewBuilderDecorator.php \Drupal\webprofiler\Entity\EntityViewBuilderDecorator::__construct()
- 8 webprofiler/src/Entity/EntityViewBuilderDecorator.php \Drupal\webprofiler\Entity\EntityViewBuilderDecorator::__construct()
- 8.2 webprofiler/src/Entity/EntityViewBuilderDecorator.php \Drupal\webprofiler\Entity\EntityViewBuilderDecorator::__construct()
Parameters
\Drupal\Core\Entity\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 = [];
}