function EntityViewBuilderDecorator::__construct

Parameters

EntityViewBuilderInterface $controller:

Overrides Decorator::__construct

File

webprofiler/src/Entity/EntityViewBuilderDecorator.php, line 21

Class

EntityViewBuilderDecorator
Class EntityViewBuilderDecorator

Namespace

Drupal\webprofiler\Entity

Code

public function __construct(EntityViewBuilderInterface $controller) {
    parent::__construct($controller);
    $this->entities = [];
}