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\ControllerCode
public function __construct(EntityStorageInterface $storage, EntityStorageInterface $type_storage) {
$this->storage = $storage;
$this->typeStorage = $type_storage;
}