You are here

public function vapnHandler::__construct in View access per node 8

Constructs a new vapnHandler object.

File

src/vapnHandler.php, line 21

Class

vapnHandler
Class vapnHandler.

Namespace

Drupal\vapn

Code

public function __construct(EntityTypeManagerInterface $entity_type_manager) {
  $this->entityTypeManager = $entity_type_manager;
}