You are here

public function ConfigEntityStorageDecorator::__construct in Devel 4.x

Same name and namespace in other branches
  1. 8.3 webprofiler/src/Entity/Decorators/Config/ConfigEntityStorageDecorator.php \Drupal\webprofiler\Entity\Decorators\Config\ConfigEntityStorageDecorator::__construct()
  2. 8 webprofiler/src/Entity/Decorators/Config/ConfigEntityStorageDecorator.php \Drupal\webprofiler\Entity\Decorators\Config\ConfigEntityStorageDecorator::__construct()
  3. 8.2 webprofiler/src/Entity/Decorators/Config/ConfigEntityStorageDecorator.php \Drupal\webprofiler\Entity\Decorators\Config\ConfigEntityStorageDecorator::__construct()

Parameters

\Drupal\Core\Config\ConfigEntityStorageInterface $controller:

Overrides Decorator::__construct

File

webprofiler/src/Entity/Decorators/Config/ConfigEntityStorageDecorator.php, line 23

Class

ConfigEntityStorageDecorator
Class ConfigEntityStorageDecorator.

Namespace

Drupal\webprofiler\Entity\Decorators\Config

Code

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