public function LogAddController::__construct in Log entity 8
File
- src/
Controller/ LogAddController.php, line 21
Class
- LogAddController
- Class LogAddController.
Namespace
Drupal\log\ControllerCode
public function __construct(EntityStorageInterface $storage, EntityStorageInterface $type_storage) {
$this->storage = $storage;
$this->typeStorage = $type_storage;
}