public function ContactAddController::__construct in RedHen CRM 8
File
- modules/
redhen_contact/ src/ Controller/ ContactAddController.php, line 21
Class
- ContactAddController
- Class ContactAddController.
Namespace
Drupal\redhen_contact\ControllerCode
public function __construct(EntityStorageInterface $storage, EntityStorageInterface $type_storage) {
$this->storage = $storage;
$this->typeStorage = $type_storage;
}