public function StatusAddController::__construct in Heartbeat 8
File
- modules/
statusmessage/ src/ Controller/ StatusAddController.php, line 20
Class
- StatusAddController
- Class StatusAddController.
Namespace
Drupal\statusmessage\ControllerCode
public function __construct(EntityStorageInterface $storage, EntityStorageInterface $type_storage) {
$this->storage = $storage;
$this->typeStorage = $type_storage;
}