You are here

public function WebformSubmissionsController::__construct in Webform 8.5

Constructs a WebformSubmissionsController object.

Parameters

\Drupal\Core\Entity\EntityRepositoryInterface $entity_repository: The entity repository.

File

src/Controller/WebformSubmissionsController.php, line 31

Class

WebformSubmissionsController
Provides route responses for Webform submissions.

Namespace

Drupal\webform\Controller

Code

public function __construct(EntityRepositoryInterface $entity_repository) {
  $this->entityRepository = $entity_repository;
}