You are here

public function OrgAddController::__construct in RedHen CRM 8

File

modules/redhen_org/src/Controller/OrgAddController.php, line 20

Class

OrgAddController
Class OrgAddController.

Namespace

Drupal\redhen_org\Controller

Code

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