You are here

public function WidgetResultsController::__construct in Rate 8.2

Constructs an EntityUntranslatableFieldsConstraintValidator object.

Parameters

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

File

src/Controller/WidgetResultsController.php, line 29

Class

WidgetResultsController
Returns responses for Rate routes.

Namespace

Drupal\rate\Controller

Code

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