You are here

public function LogAddController::__construct in Log entity 8

File

src/Controller/LogAddController.php, line 21

Class

LogAddController
Class LogAddController.

Namespace

Drupal\log\Controller

Code

public function __construct(EntityStorageInterface $storage, EntityStorageInterface $type_storage) {
  $this->storage = $storage;
  $this->typeStorage = $type_storage;
}