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