You are here

public function SiteSettingEntityAddController::__construct in Site Settings and Labels 8

File

src/Controller/SiteSettingEntityAddController.php, line 37

Class

SiteSettingEntityAddController
Class SiteSettingEntityAddController.

Namespace

Drupal\site_settings\Controller

Code

public function __construct(EntityStorageInterface $storage, EntityStorageInterface $type_storage) {
  $this->storage = $storage;
  $this->typeStorage = $type_storage;
}