You are here

public function EntityParamConverter::__construct in Content Planner 8

EntityParamConverter constructor.

Parameters

\Drupal\Core\Entity\EntityTypeManager $entityTypeManager: The entity type manager service.

File

modules/content_kanban/src/ParamConverter/EntityParamConverter.php, line 29

Class

EntityParamConverter
Class EntityParamConverter.

Namespace

Drupal\content_kanban\ParamConverter

Code

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