You are here

public function Frontpage::__construct in Commerce Demo 8

Constructs a new Frontpage.

Parameters

\Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager: The entity type manager.

File

src/Controller/Frontpage.php, line 24

Class

Frontpage

Namespace

Drupal\commerce_demo\Controller

Code

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